Color Hex Logo

#cf55bd Color Hex

#CF55BD
(207,85,189)
0 Favorites   0 Comments

Color spaces of #cf55bd

RGB 20785189
HSL0.860.560.57
HSV309°59°81°
CMYK 0.000.590.09   0.19
XYZ38.165923.436550.6562
Yxy23.43650.34000.2088
Hunter Lab48.411356.0040-28.1515
CIE-Lab55.519160.6055-31.6635

#cf55bd color RGB value is (207,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010101 10111101
Octal 317 125 275
Decimal 207 85 189
Hex CF 55 BD

RGB Percentages of Color #cf55bd

%43.04
%17.67
%39.29

CMYK Percentages of Color #cf55bd

%0
%59
%9
%19

Triadic Colors of #cf55bd

#cf55bd #bdcf55 #55bdcf

Analogous Colors of #cf55bd

#cf55bd #cf5580 #a455cf

Monochromatic Colors of #cf55bd

#cf55bd

Complementary Color

#cf55bd #55cf67

#cf55bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf55bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf55bd Color CSS Codes

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

#cf55bd Text Font Color

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

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


#cf55bd Background Color

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

This div background color is #cf55bd


#cf55bd Border Color

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

This div border color is #cf55bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf55bd


Comments

No comments written yet.

Please login to write comment.