Color Hex Logo

#cf9bef Color Hex

#CF9BEF
(207,155,239)
0 Favorites   0 Comments

Color spaces of #cf9bef

RGB 207155239
HSL0.770.720.77
HSV277°35°94°
CMYK 0.130.350.00   0.06
XYZ53.033542.940187.1545
Yxy42.94010.28960.2345
Hunter Lab65.528729.7879-32.9868
CIE-Lab71.514334.4135-34.8110

#cf9bef color RGB value is (207,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011011 11101111
Octal 317 233 357
Decimal 207 155 239
Hex CF 9B EF

RGB Percentages of Color #cf9bef

%34.44
%25.79
%39.77

CMYK Percentages of Color #cf9bef

%13
%35
%0
%6

Triadic Colors of #cf9bef

#cf9bef #efcf9b #9befcf

Analogous Colors of #cf9bef

#cf9bef #ef9be5 #a59bef

Monochromatic Colors of #cf9bef

#cf9bef

Complementary Color

#cf9bef #bbef9b

#cf9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9bef Color CSS Codes

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

#cf9bef Text Font Color

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

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


#cf9bef Background Color

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

This div background color is #cf9bef


#cf9bef Border Color

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

This div border color is #cf9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9bef


Comments

No comments written yet.

Please login to write comment.