Color Hex Logo

#cf9bed Color Hex

#CF9BED
(207,155,237)
0 Favorites   0 Comments

Color spaces of #cf9bed

RGB 207155237
HSL0.770.690.77
HSV278°35°93°
CMYK 0.130.350.00   0.07
XYZ52.739542.822585.6067
Yxy42.82250.29110.2364
Hunter Lab65.438929.3413-31.7555
CIE-Lab71.434333.9961-33.8430

#cf9bed color RGB value is (207,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011011 11101101
Octal 317 233 355
Decimal 207 155 237
Hex CF 9B ED

RGB Percentages of Color #cf9bed

%34.56
%25.88
%39.57

CMYK Percentages of Color #cf9bed

%13
%35
%0
%7

Triadic Colors of #cf9bed

#cf9bed #edcf9b #9bedcf

Analogous Colors of #cf9bed

#cf9bed #ed9be2 #a69bed

Monochromatic Colors of #cf9bed

#cf9bed

Complementary Color

#cf9bed #b9ed9b

#cf9bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9bed Color CSS Codes

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

#cf9bed Text Font Color

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

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


#cf9bed Background Color

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

This div background color is #cf9bed


#cf9bed Border Color

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

This div border color is #cf9bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9bed


Comments

No comments written yet.

Please login to write comment.