Color Hex Logo

#cf5eef Color Hex

#CF5EEF
(207,94,239)
0 Favorites   0 Comments

Color spaces of #cf5eef

RGB 20794239
HSL0.800.820.65
HSV287°61°94°
CMYK 0.130.610.00   0.06
XYZ45.314827.502884.5816
Yxy27.50280.28790.1747
Hunter Lab52.443162.4620-58.9143
CIE-Lab59.436965.4456-53.7885

#cf5eef color RGB value is (207,94,239).

#cf5eef hex color red value is 207, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cf5eef hue: 0.80 , saturation: 0.82 and the lightness value of cf5eef is 0.65.

The process color (four color CMYK) of #cf5eef color hex is 0.13, 0.61, 0.00, 0.06. Web safe color of #cf5eef is #cc66ff. Color #cf5eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011110 11101111
Octal 317 136 357
Decimal 207 94 239
Hex CF 5E EF

RGB Percentages of Color #cf5eef

%38.33
%17.41
%44.26

CMYK Percentages of Color #cf5eef

%13
%61
%0
%6

Triadic Colors of #cf5eef

#cf5eef #efcf5e #5eefcf

Analogous Colors of #cf5eef

#cf5eef #ef5ec7 #875eef

Monochromatic Colors of #cf5eef

#cf5eef

Complementary Color

#cf5eef #7eef5e

#cf5eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5eef Color CSS Codes

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

#cf5eef Text Font Color

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

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


#cf5eef Background Color

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

This div background color is #cf5eef


#cf5eef Border Color

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

This div border color is #cf5eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5eef


Comments

No comments written yet.

Please login to write comment.