Color Hex Logo

#cf52bc Color Hex

#CF52BC
(207,82,188)
0 Favorites   0 Comments

Color spaces of #cf52bc

RGB 20782188
HSL0.860.570.57
HSV309°60°81°
CMYK 0.000.600.09   0.19
XYZ37.826522.930850.0094
Yxy22.93080.34150.2070
Hunter Lab47.886157.2011-28.3987
CIE-Lab55.001061.7422-31.8944

#cf52bc color RGB value is (207,82,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010010 10111100
Octal 317 122 274
Decimal 207 82 188
Hex CF 52 BC

RGB Percentages of Color #cf52bc

%43.40
%17.19
%39.41

CMYK Percentages of Color #cf52bc

%0
%60
%9
%19

Triadic Colors of #cf52bc

#cf52bc #bccf52 #52bccf

Analogous Colors of #cf52bc

#cf52bc #cf527e #a452cf

Monochromatic Colors of #cf52bc

#cf52bc

Complementary Color

#cf52bc #52cf65

#cf52bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf52bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf52bc Color CSS Codes

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

#cf52bc Text Font Color

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

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


#cf52bc Background Color

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

This div background color is #cf52bc


#cf52bc Border Color

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

This div border color is #cf52bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf52bc


Comments

No comments written yet.

Please login to write comment.