Color Hex Logo

#cf74dc Color Hex

#CF74DC
(207,116,220)
0 Favorites   0 Comments

Color spaces of #cf74dc

RGB 207116220
HSL0.810.600.66
HSV293°47°86°
CMYK 0.060.470.00   0.14
XYZ44.895830.923571.3127
Yxy30.92350.30510.2102
Hunter Lab55.608946.7962-37.1071
CIE-Lab62.443051.2805-38.4398

#cf74dc color RGB value is (207,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110100 11011100
Octal 317 164 334
Decimal 207 116 220
Hex CF 74 DC

RGB Percentages of Color #cf74dc

%38.12
%21.36
%40.52

CMYK Percentages of Color #cf74dc

%6
%47
%0
%14

Triadic Colors of #cf74dc

#cf74dc #dccf74 #74dccf

Analogous Colors of #cf74dc

#cf74dc #dc74b5 #9b74dc

Monochromatic Colors of #cf74dc

#cf74dc

Complementary Color

#cf74dc #81dc74

#cf74dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf74dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf74dc Color CSS Codes

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

#cf74dc Text Font Color

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

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


#cf74dc Background Color

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

This div background color is #cf74dc


#cf74dc Border Color

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

This div border color is #cf74dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,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 #cf74dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf74dc


Comments

No comments written yet.

Please login to write comment.