Color Hex Logo

#c893ca Color Hex

#C893CA
(200,147,202)
0 Favorites   0 Comments

Color spaces of #c893ca

RGB 200147202
HSL0.830.340.68
HSV298°27°79°
CMYK 0.010.270.00   0.21
XYZ44.913837.411160.7310
Yxy37.41110.31400.2615
Hunter Lab61.164624.0363-16.0544
CIE-Lab67.584329.1716-20.5208

#c893ca color RGB value is (200,147,202).

#c893ca hex color red value is 200, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c893ca hue: 0.83 , saturation: 0.34 and the lightness value of c893ca is 0.68.

The process color (four color CMYK) of #c893ca color hex is 0.01, 0.27, 0.00, 0.21. Web safe color of #c893ca is #cc99cc. Color #c893ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 11001010
Octal 310 223 312
Decimal 200 147 202
Hex C8 93 CA

RGB Percentages of Color #c893ca

%36.43
%26.78
%36.79

CMYK Percentages of Color #c893ca

%1
%27
%0
%21

Triadic Colors of #c893ca

#c893ca #cac893 #93cac8

Analogous Colors of #c893ca

#c893ca #ca93b1 #ad93ca

Monochromatic Colors of #c893ca

#c893ca

Complementary Color

#c893ca #95ca93

#c893ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893ca Color CSS Codes

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

#c893ca Text Font Color

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

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


#c893ca Background Color

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

This div background color is #c893ca


#c893ca Border Color

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

This div border color is #c893ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c893ca


Comments

No comments written yet.

Please login to write comment.