Color Hex Logo

#cf5eee Color Hex

#CF5EEE
(207,94,238)
0 Favorites   0 Comments

Color spaces of #cf5eee

RGB 20794238
HSL0.800.810.65
HSV287°61°93°
CMYK 0.130.610.00   0.07
XYZ45.167427.443983.8055
Yxy27.44390.28880.1755
Hunter Lab52.386962.2235-58.1778
CIE-Lab59.383065.2539-53.3174

#cf5eee color RGB value is (207,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011110 11101110
Octal 317 136 356
Decimal 207 94 238
Hex CF 5E EE

RGB Percentages of Color #cf5eee

%38.40
%17.44
%44.16

CMYK Percentages of Color #cf5eee

%13
%61
%0
%7

Triadic Colors of #cf5eee

#cf5eee #eecf5e #5eeecf

Analogous Colors of #cf5eee

#cf5eee #ee5ec5 #875eee

Monochromatic Colors of #cf5eee

#cf5eee

Complementary Color

#cf5eee #7dee5e

#cf5eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5eee Color CSS Codes

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

#cf5eee Text Font Color

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

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


#cf5eee Background Color

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

This div background color is #cf5eee


#cf5eee Border Color

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

This div border color is #cf5eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5eee


Comments

No comments written yet.

Please login to write comment.