Color Hex Logo

#cf85bb Color Hex

#CF85BB
(207,133,187)
0 Favorites   0 Comments

Color spaces of #cf85bb

RGB 207133187
HSL0.880.440.67
HSV316°36°81°
CMYK 0.000.360.10   0.19
XYZ43.089333.628351.2336
Yxy33.62830.33680.2628
Hunter Lab57.989931.1518-11.7893
CIE-Lab64.666536.4022-16.4788

#cf85bb color RGB value is (207,133,187).

#cf85bb hex color red value is 207, green value is 133 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cf85bb hue: 0.88 , saturation: 0.44 and the lightness value of cf85bb is 0.67.

The process color (four color CMYK) of #cf85bb color hex is 0.00, 0.36, 0.10, 0.19. Web safe color of #cf85bb is #cc99cc. Color #cf85bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000101 10111011
Octal 317 205 273
Decimal 207 133 187
Hex CF 85 BB

RGB Percentages of Color #cf85bb

%39.28
%25.24
%35.48

CMYK Percentages of Color #cf85bb

%0
%36
%10
%19

Triadic Colors of #cf85bb

#cf85bb #bbcf85 #85bbcf

Analogous Colors of #cf85bb

#cf85bb #cf8596 #be85cf

Monochromatic Colors of #cf85bb

#cf85bb

Complementary Color

#cf85bb #85cf99

#cf85bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf85bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf85bb Color CSS Codes

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

#cf85bb Text Font Color

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

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


#cf85bb Background Color

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

This div background color is #cf85bb


#cf85bb Border Color

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

This div border color is #cf85bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf85bb


Comments

No comments written yet.

Please login to write comment.