Color Hex Logo

#cf9eed Color Hex

#CF9EED
(207,158,237)
0 Favorites   0 Comments

Color spaces of #cf9eed

RGB 207158237
HSL0.770.690.77
HSV277°33°93°
CMYK 0.130.330.00   0.07
XYZ53.245043.833585.7752
Yxy43.83350.29120.2397
Hunter Lab66.206927.6915-30.4691
CIE-Lab72.117132.3618-32.7869

#cf9eed color RGB value is (207,158,237).

#cf9eed hex color red value is 207, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cf9eed hue: 0.77 , saturation: 0.69 and the lightness value of cf9eed is 0.77.

The process color (four color CMYK) of #cf9eed color hex is 0.13, 0.33, 0.00, 0.07. Web safe color of #cf9eed is #cc99ff. Color #cf9eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011110 11101101
Octal 317 236 355
Decimal 207 158 237
Hex CF 9E ED

RGB Percentages of Color #cf9eed

%34.39
%26.25
%39.37

CMYK Percentages of Color #cf9eed

%13
%33
%0
%7

Triadic Colors of #cf9eed

#cf9eed #edcf9e #9eedcf

Analogous Colors of #cf9eed

#cf9eed #ed9ee4 #a89eed

Monochromatic Colors of #cf9eed

#cf9eed

Complementary Color

#cf9eed #bced9e

#cf9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9eed Color CSS Codes

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

#cf9eed Text Font Color

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

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


#cf9eed Background Color

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

This div background color is #cf9eed


#cf9eed Border Color

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

This div border color is #cf9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9eed


Comments

No comments written yet.

Please login to write comment.