Color Hex Logo

#c967ae Color Hex

#C967AE
(201,103,174)
0 Favorites   0 Comments

Color spaces of #c967ae

RGB 201103174
HSL0.880.480.60
HSV317°49°79°
CMYK 0.000.490.13   0.21
XYZ36.577625.174042.9756
Yxy25.17400.34930.2404
Hunter Lab50.173742.3260-15.6625
CIE-Lab57.244647.9786-20.4232

#c967ae color RGB value is (201,103,174).

#c967ae hex color red value is 201, green value is 103 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c967ae hue: 0.88 , saturation: 0.48 and the lightness value of c967ae is 0.60.

The process color (four color CMYK) of #c967ae color hex is 0.00, 0.49, 0.13, 0.21. Web safe color of #c967ae is #cc6699. Color #c967ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100111 10101110
Octal 311 147 256
Decimal 201 103 174
Hex C9 67 AE

RGB Percentages of Color #c967ae

%42.05
%21.55
%36.40

CMYK Percentages of Color #c967ae

%0
%49
%13
%21

Triadic Colors of #c967ae

#c967ae #aec967 #67aec9

Analogous Colors of #c967ae

#c967ae #c9677d #b367c9

Monochromatic Colors of #c967ae

#c967ae

Complementary Color

#c967ae #67c982

#c967ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c967ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c967ae Color CSS Codes

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

#c967ae Text Font Color

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

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


#c967ae Background Color

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

This div background color is #c967ae


#c967ae Border Color

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

This div border color is #c967ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,103,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c967ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c967ae;
  -webkit-box-shadow: 1px 1px 3px 2px #c967ae;
  box-shadow:         1px 1px 3px 2px #c967ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,103,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c967ae


Comments

No comments written yet.

Please login to write comment.