Color Hex Logo

#c52bd9 Color Hex

#C52BD9
(197,43,217)
0 Favorites   0 Comments

Color spaces of #c52bd9

RGB 19743217
HSL0.810.700.51
HSV293°80°85°
CMYK 0.090.800.00   0.15
XYZ36.414218.607867.3181
Yxy18.60780.29760.1521
Hunter Lab43.136875.1927-62.3307
CIE-Lab50.225277.6923-56.1995

#c52bd9 color RGB value is (197,43,217).

#c52bd9 hex color red value is 197, green value is 43 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #c52bd9 hue: 0.81 , saturation: 0.70 and the lightness value of c52bd9 is 0.51.

The process color (four color CMYK) of #c52bd9 color hex is 0.09, 0.80, 0.00, 0.15. Web safe color of #c52bd9 is #cc33cc. Color #c52bd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101011 11011001
Octal 305 53 331
Decimal 197 43 217
Hex C5 2B D9

RGB Percentages of Color #c52bd9

%43.11
%9.41
%47.48

CMYK Percentages of Color #c52bd9

%9
%80
%0
%15

Triadic Colors of #c52bd9

#c52bd9 #d9c52b #2bd9c5

Analogous Colors of #c52bd9

#c52bd9 #d92b96 #6e2bd9

Monochromatic Colors of #c52bd9

#c52bd9

Complementary Color

#c52bd9 #3fd92b

#c52bd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52bd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52bd9 Color CSS Codes

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

#c52bd9 Text Font Color

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

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


#c52bd9 Background Color

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

This div background color is #c52bd9


#c52bd9 Border Color

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

This div border color is #c52bd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52bd9


Comments

No comments written yet.

Please login to write comment.