Color Hex Logo

#cf55bb Color Hex

#CF55BB
(207,85,187)
0 Favorites   0 Comments

Color spaces of #cf55bb

RGB 20785187
HSL0.860.560.57
HSV310°59°81°
CMYK 0.000.590.10   0.19
XYZ37.950323.350349.5206
Yxy23.35030.34240.2107
Hunter Lab48.322155.6231-26.9350
CIE-Lab55.431360.2880-30.6480

#cf55bb color RGB value is (207,85,187).

#cf55bb hex color red value is 207, green value is 85 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cf55bb hue: 0.86 , saturation: 0.56 and the lightness value of cf55bb is 0.57.

The process color (four color CMYK) of #cf55bb color hex is 0.00, 0.59, 0.10, 0.19. Web safe color of #cf55bb is #cc66cc. Color #cf55bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010101 10111011
Octal 317 125 273
Decimal 207 85 187
Hex CF 55 BB

RGB Percentages of Color #cf55bb

%43.22
%17.75
%39.04

CMYK Percentages of Color #cf55bb

%0
%59
%10
%19

Triadic Colors of #cf55bb

#cf55bb #bbcf55 #55bbcf

Analogous Colors of #cf55bb

#cf55bb #cf557e #a655cf

Monochromatic Colors of #cf55bb

#cf55bb

Complementary Color

#cf55bb #55cf69

#cf55bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf55bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf55bb Color CSS Codes

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

#cf55bb Text Font Color

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

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


#cf55bb Background Color

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

This div background color is #cf55bb


#cf55bb Border Color

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

This div border color is #cf55bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf55bb


Comments

No comments written yet.

Please login to write comment.