Color Hex Logo

#c52afd Color Hex

#C52AFD
(197,42,253)
0 Favorites   0 Comments

Color spaces of #c52afd

RGB 19742253
HSL0.790.980.58
HSV284°83°99°
CMYK 0.220.830.00   0.01
XYZ41.583520.618194.7165
Yxy20.61810.26500.1314
Hunter Lab45.407284.0063-91.8902
CIE-Lab52.529084.1915-72.7668

#c52afd color RGB value is (197,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101010 11111101
Octal 305 52 375
Decimal 197 42 253
Hex C5 2A FD

RGB Percentages of Color #c52afd

%40.04
%8.54
%51.42

CMYK Percentages of Color #c52afd

%22
%83
%0
%1

Triadic Colors of #c52afd

#c52afd #fdc52a #2afdc5

Analogous Colors of #c52afd

#c52afd #fd2acc #5c2afd

Monochromatic Colors of #c52afd

#c52afd

Complementary Color

#c52afd #62fd2a

#c52afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52afd Color CSS Codes

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

#c52afd Text Font Color

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

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


#c52afd Background Color

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

This div background color is #c52afd


#c52afd Border Color

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

This div border color is #c52afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52afd

Related Colors


Comments

No comments written yet.

Please login to write comment.