Color Hex Logo

#cf9aef Color Hex

#CF9AEF
(207,154,239)
0 Favorites   0 Comments

Color spaces of #cf9aef

RGB 207154239
HSL0.770.730.77
HSV277°36°94°
CMYK 0.130.360.00   0.06
XYZ52.867742.608687.0992
Yxy42.60860.28960.2334
Hunter Lab65.275330.3389-33.4202
CIE-Lab71.288534.9573-35.1610

#cf9aef color RGB value is (207,154,239).

#cf9aef hex color red value is 207, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cf9aef hue: 0.77 , saturation: 0.73 and the lightness value of cf9aef is 0.77.

The process color (four color CMYK) of #cf9aef color hex is 0.13, 0.36, 0.00, 0.06. Web safe color of #cf9aef is #cc99ff. Color #cf9aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011010 11101111
Octal 317 232 357
Decimal 207 154 239
Hex CF 9A EF

RGB Percentages of Color #cf9aef

%34.50
%25.67
%39.83

CMYK Percentages of Color #cf9aef

%13
%36
%0
%6

Triadic Colors of #cf9aef

#cf9aef #efcf9a #9aefcf

Analogous Colors of #cf9aef

#cf9aef #ef9ae5 #a59aef

Monochromatic Colors of #cf9aef

#cf9aef

Complementary Color

#cf9aef #baef9a

#cf9aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9aef Color CSS Codes

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

#cf9aef Text Font Color

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

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


#cf9aef Background Color

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

This div background color is #cf9aef


#cf9aef Border Color

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

This div border color is #cf9aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9aef


Comments

No comments written yet.

Please login to write comment.