Color Hex Logo

#c52bc6 Color Hex

#C52BC6
(197,43,198)
0 Favorites   0 Comments

Color spaces of #c52bc6

RGB 19743198
HSL0.830.640.47
HSV300°78°78°
CMYK 0.010.780.00   0.22
XYZ34.082917.675355.0414
Yxy17.67530.31910.1655
Hunter Lab42.042071.1341-48.1931
CIE-Lab49.099974.6214-47.0798

#c52bc6 color RGB value is (197,43,198).

#c52bc6 hex color red value is 197, green value is 43 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #c52bc6 hue: 0.83 , saturation: 0.64 and the lightness value of c52bc6 is 0.47.

The process color (four color CMYK) of #c52bc6 color hex is 0.01, 0.78, 0.00, 0.22. Web safe color of #c52bc6 is #cc33cc. Color #c52bc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101011 11000110
Octal 305 53 306
Decimal 197 43 198
Hex C5 2B C6

RGB Percentages of Color #c52bc6

%44.98
%9.82
%45.21

CMYK Percentages of Color #c52bc6

%1
%78
%0
%22

Triadic Colors of #c52bc6

#c52bc6 #c6c52b #2bc6c5

Analogous Colors of #c52bc6

#c52bc6 #c62b7a #782bc6

Monochromatic Colors of #c52bc6

#c52bc6

Complementary Color

#c52bc6 #2cc62b

#c52bc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52bc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52bc6 Color CSS Codes

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

#c52bc6 Text Font Color

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

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


#c52bc6 Background Color

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

This div background color is #c52bc6


#c52bc6 Border Color

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

This div border color is #c52bc6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,43,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c52bc6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c52bc6;
  -webkit-box-shadow: 1px 1px 3px 2px #c52bc6;
  box-shadow:         1px 1px 3px 2px #c52bc6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,43,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52bc6


Comments

No comments written yet.

Please login to write comment.