Color Hex Logo

#c94cbc Color Hex

#C94CBC
(201,76,188)
0 Favorites   0 Comments

Color spaces of #c94cbc

RGB 20176188
HSL0.850.540.54
HSV306°62°79°
CMYK 0.000.620.06   0.21
XYZ35.748921.217249.7881
Yxy21.21720.33490.1987
Hunter Lab46.062157.9254-31.8425
CIE-Lab53.186462.7032-34.7951

#c94cbc color RGB value is (201,76,188).

#c94cbc hex color red value is 201, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c94cbc hue: 0.85 , saturation: 0.54 and the lightness value of c94cbc is 0.54.

The process color (four color CMYK) of #c94cbc color hex is 0.00, 0.62, 0.06, 0.21. Web safe color of #c94cbc is #cc33cc. Color #c94cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001100 10111100
Octal 311 114 274
Decimal 201 76 188
Hex C9 4C BC

RGB Percentages of Color #c94cbc

%43.23
%16.34
%40.43

CMYK Percentages of Color #c94cbc

%0
%62
%6
%21

Triadic Colors of #c94cbc

#c94cbc #bcc94c #4cbcc9

Analogous Colors of #c94cbc

#c94cbc #c94c7e #984cc9

Monochromatic Colors of #c94cbc

#c94cbc

Complementary Color

#c94cbc #4cc959

#c94cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94cbc Color CSS Codes

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

#c94cbc Text Font Color

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

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


#c94cbc Background Color

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

This div background color is #c94cbc


#c94cbc Border Color

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

This div border color is #c94cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94cbc


Comments

No comments written yet.

Please login to write comment.