Color Hex Logo

#cf62df Color Hex

#CF62DF
(207,98,223)
0 Favorites   0 Comments

Color spaces of #cf62df

RGB 20798223
HSL0.810.660.63
HSV292°56°87°
CMYK 0.070.560.00   0.13
XYZ43.419127.328572.7985
Yxy27.32850.30250.1904
Hunter Lab52.276756.7714-45.9713
CIE-Lab59.277260.6093-45.0961

#cf62df color RGB value is (207,98,223).

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

The process color (four color CMYK) of #cf62df color hex is 0.07, 0.56, 0.00, 0.13. Web safe color of #cf62df is #cc66cc. Color #cf62df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100010 11011111
Octal 317 142 337
Decimal 207 98 223
Hex CF 62 DF

RGB Percentages of Color #cf62df

%39.20
%18.56
%42.23

CMYK Percentages of Color #cf62df

%7
%56
%0
%13

Triadic Colors of #cf62df

#cf62df #dfcf62 #62dfcf

Analogous Colors of #cf62df

#cf62df #df62b1 #9162df

Monochromatic Colors of #cf62df

#cf62df

Complementary Color

#cf62df #72df62

#cf62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf62df Color CSS Codes

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

#cf62df Text Font Color

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

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


#cf62df Background Color

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

This div background color is #cf62df


#cf62df Border Color

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

This div border color is #cf62df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,98,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf62df


Comments

No comments written yet.

Please login to write comment.