color codes Logo

#c893fd color codes

#C893FD
(200,147,253)
0 Favorites   0 Comments

Color spaces of #c893fd

RGB 200147253
HSL0.750.960.78
HSV270°42°99°
CMYK 0.210.420.00   0.01
XYZ51.982840.238697.9556
Yxy40.23860.27330.2116
Hunter Lab63.433935.2678-47.1528
CIE-Lab69.639139.7595-45.4185

#c893fd color RGB value is (200,147,253).

#c893fd hex color red value is 200, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c893fd hue: 0.75 , saturation: 0.96 and the lightness value of c893fd is 0.78.

The process color (four color CMYK) of #c893fd color code is 0.21, 0.42, 0.00, 0.01. Web safe color of #c893fd is #cc99ff. Color #c893fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 11111101
Octal 310 223 375
Decimal 200 147 253
Hex C8 93 FD

RGB Percentages of Color #c893fd

%33.33
%24.50
%42.17

CMYK Percentages of Color #c893fd

%21
%42
%0
%1

Triadic Colors of #c893fd

#c893fd #fdc893 #93fdc8

Analogous Colors of #c893fd

#c893fd #fd93fd #9393fd

Monochromatic Colors of #c893fd

#c893fd

Complementary Color

#c893fd #c8fd93

#c893fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893fd Color CSS Codes

.mybgcolor {background-color:#c893fd; } 
.myforecolor {color:#c893fd; }
.mybordercolor {border:3px solid #c893fd; }

#c893fd Text Font Color

<p style="color:#c893fd">Text here</p>

This sample text font color is #c893fd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c893fd Background Color

<div style="background-color:#c893fd">
Div content here</div>

This div background color is #c893fd


#c893fd Border Color

<div style="border:3px solid #c893fd">
Div here</div>

This div border color is #c893fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,147,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c893fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c893fd;
  -webkit-box-shadow: 1px 1px 3px 2px #c893fd;
  box-shadow:         1px 1px 3px 2px #c893fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,147,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c893fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c893fd;
  -webkit-box-shadow: 1px 1px 3px 2px #c893fd;
  box-shadow:         1px 1px 3px 2px #c893fd;">
Div content here</div>

This div box has shadow with color #c893fd


Comments

No comments written yet.

Please login to write comment.