Color Hex Logo

#cf9bbc Color Hex

#CF9BBC
(207,155,188)
0 Favorites   0 Comments

Color spaces of #cf9bbc

RGB 207155188
HSL0.890.350.71
HSV322°25°81°
CMYK 0.000.250.09   0.19
XYZ46.530640.338952.9107
Yxy40.33890.33290.2886
Hunter Lab63.512919.6244-4.9337
CIE-Lab69.710224.6264-9.4618

#cf9bbc color RGB value is (207,155,188).

#cf9bbc hex color red value is 207, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cf9bbc hue: 0.89 , saturation: 0.35 and the lightness value of cf9bbc is 0.71.

The process color (four color CMYK) of #cf9bbc color hex is 0.00, 0.25, 0.09, 0.19. Web safe color of #cf9bbc is #cc99cc. Color #cf9bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011011 10111100
Octal 317 233 274
Decimal 207 155 188
Hex CF 9B BC

RGB Percentages of Color #cf9bbc

%37.64
%28.18
%34.18

CMYK Percentages of Color #cf9bbc

%0
%25
%9
%19

Triadic Colors of #cf9bbc

#cf9bbc #bccf9b #9bbccf

Analogous Colors of #cf9bbc

#cf9bbc #cf9ba2 #c89bcf

Monochromatic Colors of #cf9bbc

#cf9bbc

Complementary Color

#cf9bbc #9bcfae

#cf9bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9bbc Color CSS Codes

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

#cf9bbc Text Font Color

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

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


#cf9bbc Background Color

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

This div background color is #cf9bbc


#cf9bbc Border Color

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

This div border color is #cf9bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9bbc


Comments

No comments written yet.

Please login to write comment.