Color Hex Logo

#c894ca Color Hex

#C894CA
(200,148,202)
0 Favorites   0 Comments

Color spaces of #c894ca

RGB 200148202
HSL0.830.340.69
HSV298°27°79°
CMYK 0.010.270.00   0.21
XYZ45.070037.723460.7830
Yxy37.72340.31390.2627
Hunter Lab61.419423.5007-15.6821
CIE-Lab67.816328.6229-20.1679

#c894ca color RGB value is (200,148,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010100 11001010
Octal 310 224 312
Decimal 200 148 202
Hex C8 94 CA

RGB Percentages of Color #c894ca

%36.36
%26.91
%36.73

CMYK Percentages of Color #c894ca

%1
%27
%0
%21

Triadic Colors of #c894ca

#c894ca #cac894 #94cac8

Analogous Colors of #c894ca

#c894ca #ca94b1 #ad94ca

Monochromatic Colors of #c894ca

#c894ca

Complementary Color

#c894ca #96ca94

#c894ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c894ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c894ca Color CSS Codes

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

#c894ca Text Font Color

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

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


#c894ca Background Color

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

This div background color is #c894ca


#c894ca Border Color

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

This div border color is #c894ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,148,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 #c894ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c894ca


Comments

No comments written yet.

Please login to write comment.