Color Hex Logo

#cf62db Color Hex

#CF62DB
(207,98,219)
0 Favorites   0 Comments

Color spaces of #cf62db

RGB 20798219
HSL0.820.630.62
HSV294°55°86°
CMYK 0.050.550.00   0.14
XYZ42.886027.115269.9913
Yxy27.11520.30630.1937
Hunter Lab52.072355.8837-43.2422
CIE-Lab59.080859.8732-43.1572

#cf62db color RGB value is (207,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100010 11011011
Octal 317 142 333
Decimal 207 98 219
Hex CF 62 DB

RGB Percentages of Color #cf62db

%39.50
%18.70
%41.79

CMYK Percentages of Color #cf62db

%5
%55
%0
%14

Triadic Colors of #cf62db

#cf62db #dbcf62 #62dbcf

Analogous Colors of #cf62db

#cf62db #db62ab #9362db

Monochromatic Colors of #cf62db

#cf62db

Complementary Color

#cf62db #6edb62

#cf62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf62db Color CSS Codes

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

#cf62db Text Font Color

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

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


#cf62db Background Color

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

This div background color is #cf62db


#cf62db Border Color

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

This div border color is #cf62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf62db


Comments

No comments written yet.

Please login to write comment.