Color Hex Logo

#c893cf Color Hex

#C893CF
(200,147,207)
0 Favorites   0 Comments

Color spaces of #c893cf

RGB 200147207
HSL0.810.380.69
HSV293°29°81°
CMYK 0.030.290.00   0.19
XYZ45.515637.651863.9001
Yxy37.65180.30950.2560
Hunter Lab61.361125.0235-18.7906
CIE-Lab67.763230.1323-23.0276

#c893cf color RGB value is (200,147,207).

#c893cf hex color red value is 200, green value is 147 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c893cf hue: 0.81 , saturation: 0.38 and the lightness value of c893cf is 0.69.

The process color (four color CMYK) of #c893cf color hex is 0.03, 0.29, 0.00, 0.19. Web safe color of #c893cf is #cc99cc. Color #c893cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 11001111
Octal 310 223 317
Decimal 200 147 207
Hex C8 93 CF

RGB Percentages of Color #c893cf

%36.10
%26.53
%37.36

CMYK Percentages of Color #c893cf

%3
%29
%0
%19

Triadic Colors of #c893cf

#c893cf #cfc893 #93cfc8

Analogous Colors of #c893cf

#c893cf #cf93b8 #aa93cf

Monochromatic Colors of #c893cf

#c893cf

Complementary Color

#c893cf #9acf93

#c893cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893cf Color CSS Codes

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

#c893cf Text Font Color

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

This sample text font color is #c893cf
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.


#c893cf Background Color

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

This div background color is #c893cf


#c893cf Border Color

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

This div border color is #c893cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c893cf


Comments

No comments written yet.

Please login to write comment.