Color Hex Logo

#c52aeb Color Hex

#C52AEB
(197,42,235)
0 Favorites   0 Comments

Color spaces of #c52aeb

RGB 19742235
HSL0.800.830.54
HSV288°82°92°
CMYK 0.160.820.00   0.08
XYZ38.849319.524480.3183
Yxy19.52440.28010.1408
Hunter Lab44.186479.6134-76.8418
CIE-Lab51.295281.0010-64.6835

#c52aeb color RGB value is (197,42,235).

#c52aeb hex color red value is 197, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c52aeb hue: 0.80 , saturation: 0.83 and the lightness value of c52aeb is 0.54.

The process color (four color CMYK) of #c52aeb color hex is 0.16, 0.82, 0.00, 0.08. Web safe color of #c52aeb is #cc33ff. Color #c52aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101010 11101011
Octal 305 52 353
Decimal 197 42 235
Hex C5 2A EB

RGB Percentages of Color #c52aeb

%41.56
%8.86
%49.58

CMYK Percentages of Color #c52aeb

%16
%82
%0
%8

Triadic Colors of #c52aeb

#c52aeb #ebc52a #2aebc5

Analogous Colors of #c52aeb

#c52aeb #eb2ab1 #652aeb

Monochromatic Colors of #c52aeb

#c52aeb

Complementary Color

#c52aeb #50eb2a

#c52aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52aeb Color CSS Codes

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

#c52aeb Text Font Color

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

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


#c52aeb Background Color

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

This div background color is #c52aeb


#c52aeb Border Color

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

This div border color is #c52aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52aeb


Comments

No comments written yet.

Please login to write comment.