Color Hex Logo

#cc74db Color Hex

#CC74DB
(204,116,219)
0 Favorites   0 Comments

Color spaces of #cc74db

RGB 204116219
HSL0.810.590.66
HSV291°47°86°
CMYK 0.070.470.00   0.14
XYZ43.933430.442670.5783
Yxy30.44260.30310.2100
Hunter Lab55.174845.5762-37.2200
CIE-Lab62.034250.2398-38.5462

#cc74db color RGB value is (204,116,219).

#cc74db hex color red value is 204, green value is 116 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc74db hue: 0.81 , saturation: 0.59 and the lightness value of cc74db is 0.66.

The process color (four color CMYK) of #cc74db color hex is 0.07, 0.47, 0.00, 0.14. Web safe color of #cc74db is #cc66cc. Color #cc74db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 11011011
Octal 314 164 333
Decimal 204 116 219
Hex CC 74 DB

RGB Percentages of Color #cc74db

%37.85
%21.52
%40.63

CMYK Percentages of Color #cc74db

%7
%47
%0
%14

Triadic Colors of #cc74db

#cc74db #dbcc74 #74dbcc

Analogous Colors of #cc74db

#cc74db #db74b7 #9974db

Monochromatic Colors of #cc74db

#cc74db

Complementary Color

#cc74db #83db74

#cc74db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc74db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc74db Color CSS Codes

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

#cc74db Text Font Color

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

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


#cc74db Background Color

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

This div background color is #cc74db


#cc74db Border Color

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

This div border color is #cc74db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc74db


Comments

No comments written yet.

Please login to write comment.