Color Hex Logo

#cc74be Color Hex

#CC74BE
(204,116,190)
0 Favorites   0 Comments

Color spaces of #cc74be

RGB 204116190
HSL0.860.460.63
HSV310°43°80°
CMYK 0.000.430.07   0.20
XYZ40.441529.045952.1901
Yxy29.04590.33240.2387
Hunter Lab53.894239.6290-19.6893
CIE-Lab60.822144.9381-24.0691

#cc74be color RGB value is (204,116,190).

#cc74be hex color red value is 204, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc74be hue: 0.86 , saturation: 0.46 and the lightness value of cc74be is 0.63.

The process color (four color CMYK) of #cc74be color hex is 0.00, 0.43, 0.07, 0.20. Web safe color of #cc74be is #cc66cc. Color #cc74be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 10111110
Octal 314 164 276
Decimal 204 116 190
Hex CC 74 BE

RGB Percentages of Color #cc74be

%40.00
%22.75
%37.25

CMYK Percentages of Color #cc74be

%0
%43
%7
%20

Triadic Colors of #cc74be

#cc74be #becc74 #74becc

Analogous Colors of #cc74be

#cc74be #cc7492 #ae74cc

Monochromatic Colors of #cc74be

#cc74be

Complementary Color

#cc74be #74cc82

#cc74be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc74be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc74be Color CSS Codes

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

#cc74be Text Font Color

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

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


#cc74be Background Color

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

This div background color is #cc74be


#cc74be Border Color

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

This div border color is #cc74be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,116,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc74be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc74be;
  -webkit-box-shadow: 1px 1px 3px 2px #cc74be;
  box-shadow:         1px 1px 3px 2px #cc74be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,116,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc74be


Comments

No comments written yet.

Please login to write comment.