Color Hex Logo

#c52abb Color Hex

#C52ABB
(197,42,187)
0 Favorites   0 Comments

Color spaces of #c52abb

RGB 19742187
HSL0.840.650.47
HSV304°79°77°
CMYK 0.000.790.05   0.23
XYZ32.823617.114148.5871
Yxy17.11410.33320.1737
Hunter Lab41.369269.2314-40.6762
CIE-Lab48.403573.1931-41.7925

#c52abb color RGB value is (197,42,187).

#c52abb hex color red value is 197, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c52abb hue: 0.84 , saturation: 0.65 and the lightness value of c52abb is 0.47.

The process color (four color CMYK) of #c52abb color hex is 0.00, 0.79, 0.05, 0.23. Web safe color of #c52abb is #cc33cc. Color #c52abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101010 10111011
Octal 305 52 273
Decimal 197 42 187
Hex C5 2A BB

RGB Percentages of Color #c52abb

%46.24
%9.86
%43.90

CMYK Percentages of Color #c52abb

%0
%79
%5
%23

Triadic Colors of #c52abb

#c52abb #bbc52a #2abbc5

Analogous Colors of #c52abb

#c52abb #c52a6e #822ac5

Monochromatic Colors of #c52abb

#c52abb

Complementary Color

#c52abb #2ac534

#c52abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52abb Color CSS Codes

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

#c52abb Text Font Color

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

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


#c52abb Background Color

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

This div background color is #c52abb


#c52abb Border Color

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

This div border color is #c52abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52abb


Comments

No comments written yet.

Please login to write comment.