Color Hex Logo

#c52bdf Color Hex

#C52BDF
(197,43,223)
0 Favorites   0 Comments

Color spaces of #c52bdf

RGB 19743223
HSL0.810.740.52
HSV291°81°87°
CMYK 0.120.810.00   0.13
XYZ37.209118.925871.5039
Yxy18.92580.29150.1483
Hunter Lab43.503876.5407-66.9978
CIE-Lab50.600378.6988-59.0133

#c52bdf color RGB value is (197,43,223).

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

The process color (four color CMYK) of #c52bdf color hex is 0.12, 0.81, 0.00, 0.13. Web safe color of #c52bdf is #cc33cc. Color #c52bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101011 11011111
Octal 305 53 337
Decimal 197 43 223
Hex C5 2B DF

RGB Percentages of Color #c52bdf

%42.55
%9.29
%48.16

CMYK Percentages of Color #c52bdf

%12
%81
%0
%13

Triadic Colors of #c52bdf

#c52bdf #dfc52b #2bdfc5

Analogous Colors of #c52bdf

#c52bdf #df2b9f #6b2bdf

Monochromatic Colors of #c52bdf

#c52bdf

Complementary Color

#c52bdf #45df2b

#c52bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52bdf Color CSS Codes

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

#c52bdf Text Font Color

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

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


#c52bdf Background Color

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

This div background color is #c52bdf


#c52bdf Border Color

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

This div border color is #c52bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52bdf


Comments

No comments written yet.

Please login to write comment.