Color Hex Logo

#c52bda Color Hex

#C52BDA
(197,43,218)
0 Favorites   0 Comments

Color spaces of #c52bda

RGB 19743218
HSL0.810.700.51
HSV293°80°85°
CMYK 0.100.800.00   0.15
XYZ36.544718.660068.0053
Yxy18.66000.29660.1514
Hunter Lab43.197275.4152-63.1021
CIE-Lab50.287077.8590-56.6706

#c52bda color RGB value is (197,43,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101011 11011010
Octal 305 53 332
Decimal 197 43 218
Hex C5 2B DA

RGB Percentages of Color #c52bda

%43.01
%9.39
%47.60

CMYK Percentages of Color #c52bda

%10
%80
%0
%15

Triadic Colors of #c52bda

#c52bda #dac52b #2bdac5

Analogous Colors of #c52bda

#c52bda #da2b98 #6e2bda

Monochromatic Colors of #c52bda

#c52bda

Complementary Color

#c52bda #40da2b

#c52bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52bda Color CSS Codes

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

#c52bda Text Font Color

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

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


#c52bda Background Color

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

This div background color is #c52bda


#c52bda Border Color

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

This div border color is #c52bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52bda


Comments

No comments written yet.

Please login to write comment.