Color Hex Logo

#cf62dc Color Hex

#CF62DC
(207,98,220)
0 Favorites   0 Comments

Color spaces of #cf62dc

RGB 20798220
HSL0.820.640.62
HSV294°55°86°
CMYK 0.060.550.00   0.14
XYZ43.018127.168170.6868
Yxy27.16810.30540.1929
Hunter Lab52.123056.1041-43.9202
CIE-Lab59.129660.0562-43.6429

#cf62dc color RGB value is (207,98,220).

#cf62dc hex color red value is 207, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cf62dc hue: 0.82 , saturation: 0.64 and the lightness value of cf62dc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100010 11011100
Octal 317 142 334
Decimal 207 98 220
Hex CF 62 DC

RGB Percentages of Color #cf62dc

%39.43
%18.67
%41.90

CMYK Percentages of Color #cf62dc

%6
%55
%0
%14

Triadic Colors of #cf62dc

#cf62dc #dccf62 #62dccf

Analogous Colors of #cf62dc

#cf62dc #dc62ac #9262dc

Monochromatic Colors of #cf62dc

#cf62dc

Complementary Color

#cf62dc #6fdc62

#cf62dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf62dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf62dc Color CSS Codes

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

#cf62dc Text Font Color

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

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


#cf62dc Background Color

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

This div background color is #cf62dc


#cf62dc Border Color

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

This div border color is #cf62dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf62dc


Comments

No comments written yet.

Please login to write comment.