Color Hex Logo

#cc74dc Color Hex

#CC74DC
(204,116,220)
0 Favorites   0 Comments

Color spaces of #cc74dc

RGB 204116220
HSL0.810.600.66
HSV291°47°86°
CMYK 0.070.470.00   0.14
XYZ44.065530.495571.2739
Yxy30.49550.30220.2091
Hunter Lab55.222745.7960-37.8675
CIE-Lab62.079450.4322-39.0351

#cc74dc color RGB value is (204,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 11011100
Octal 314 164 334
Decimal 204 116 220
Hex CC 74 DC

RGB Percentages of Color #cc74dc

%37.78
%21.48
%40.74

CMYK Percentages of Color #cc74dc

%7
%47
%0
%14

Triadic Colors of #cc74dc

#cc74dc #dccc74 #74dccc

Analogous Colors of #cc74dc

#cc74dc #dc74b8 #9874dc

Monochromatic Colors of #cc74dc

#cc74dc

Complementary Color

#cc74dc #84dc74

#cc74dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc74dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc74dc Color CSS Codes

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

#cc74dc Text Font Color

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

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


#cc74dc Background Color

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

This div background color is #cc74dc


#cc74dc Border Color

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

This div border color is #cc74dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc74dc


Comments

No comments written yet.

Please login to write comment.