Color Hex Logo

#cf62ee Color Hex

#CF62EE
(207,98,238)
0 Favorites   0 Comments

Color spaces of #cf62ee

RGB 20798238
HSL0.800.800.66
HSV287°59°93°
CMYK 0.130.590.00   0.07
XYZ45.532428.173883.9272
Yxy28.17380.28880.1787
Hunter Lab53.079060.2332-56.5926
CIE-Lab60.045463.4467-52.2639

#cf62ee color RGB value is (207,98,238).

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

The process color (four color CMYK) of #cf62ee color hex is 0.13, 0.59, 0.00, 0.07. Web safe color of #cf62ee is #cc66ff. Color #cf62ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100010 11101110
Octal 317 142 356
Decimal 207 98 238
Hex CF 62 EE

RGB Percentages of Color #cf62ee

%38.12
%18.05
%43.83

CMYK Percentages of Color #cf62ee

%13
%59
%0
%7

Triadic Colors of #cf62ee

#cf62ee #eecf62 #62eecf

Analogous Colors of #cf62ee

#cf62ee #ee62c7 #8962ee

Monochromatic Colors of #cf62ee

#cf62ee

Complementary Color

#cf62ee #81ee62

#cf62ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf62ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf62ee Color CSS Codes

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

#cf62ee Text Font Color

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

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


#cf62ee Background Color

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

This div background color is #cf62ee


#cf62ee Border Color

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

This div border color is #cf62ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf62ee


Comments

No comments written yet.

Please login to write comment.