Color Hex Logo

#c52fed Color Hex

#C52FED
(197,47,237)
0 Favorites   0 Comments

Color spaces of #c52fed

RGB 19747237
HSL0.800.840.56
HSV287°80°93°
CMYK 0.170.800.00   0.07
XYZ39.328520.017881.9117
Yxy20.01780.27840.1417
Hunter Lab44.741378.6080-77.2285
CIE-Lab51.857380.0973-64.9015

#c52fed color RGB value is (197,47,237).

#c52fed hex color red value is 197, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c52fed hue: 0.80 , saturation: 0.84 and the lightness value of c52fed is 0.56.

The process color (four color CMYK) of #c52fed color hex is 0.17, 0.80, 0.00, 0.07. Web safe color of #c52fed is #cc33ff. Color #c52fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 11101101
Octal 305 57 355
Decimal 197 47 237
Hex C5 2F ED

RGB Percentages of Color #c52fed

%40.96
%9.77
%49.27

CMYK Percentages of Color #c52fed

%17
%80
%0
%7

Triadic Colors of #c52fed

#c52fed #edc52f #2fedc5

Analogous Colors of #c52fed

#c52fed #ed2fb6 #662fed

Monochromatic Colors of #c52fed

#c52fed

Complementary Color

#c52fed #57ed2f

#c52fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fed Color CSS Codes

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

#c52fed Text Font Color

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

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


#c52fed Background Color

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

This div background color is #c52fed


#c52fed Border Color

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

This div border color is #c52fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fed


Comments

No comments written yet.

Please login to write comment.