Color Hex Logo

#c52dfc Color Hex

#C52DFC
(197,45,252)
0 Favorites   0 Comments

Color spaces of #c52dfc

RGB 19745252
HSL0.790.970.58
HSV284°82°99°
CMYK 0.220.820.00   0.01
XYZ41.535020.775493.9164
Yxy20.77540.26590.1330
Hunter Lab45.580082.8938-90.2594
CIE-Lab52.702883.2946-71.9280

#c52dfc color RGB value is (197,45,252).

#c52dfc hex color red value is 197, green value is 45 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c52dfc hue: 0.79 , saturation: 0.97 and the lightness value of c52dfc is 0.58.

The process color (four color CMYK) of #c52dfc color hex is 0.22, 0.82, 0.00, 0.01. Web safe color of #c52dfc is #cc33ff. Color #c52dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101101 11111100
Octal 305 55 374
Decimal 197 45 252
Hex C5 2D FC

RGB Percentages of Color #c52dfc

%39.88
%9.11
%51.01

CMYK Percentages of Color #c52dfc

%22
%82
%0
%1

Triadic Colors of #c52dfc

#c52dfc #fcc52d #2dfcc5

Analogous Colors of #c52dfc

#c52dfc #fc2dcc #5e2dfc

Monochromatic Colors of #c52dfc

#c52dfc

Complementary Color

#c52dfc #64fc2d

#c52dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52dfc Color CSS Codes

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

#c52dfc Text Font Color

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

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


#c52dfc Background Color

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

This div background color is #c52dfc


#c52dfc Border Color

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

This div border color is #c52dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52dfc


Comments

No comments written yet.

Please login to write comment.