Color Hex Logo

#c52adb Color Hex

#C52ADB
(197,42,219)
0 Favorites   0 Comments

Color spaces of #c52adb

RGB 19742219
HSL0.810.710.51
HSV293°81°86°
CMYK 0.100.810.00   0.14
XYZ36.640118.640768.6847
Yxy18.64070.29560.1504
Hunter Lab43.174975.9269-64.0990
CIE-Lab50.264278.2736-57.2774

#c52adb color RGB value is (197,42,219).

#c52adb hex color red value is 197, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c52adb hue: 0.81 , saturation: 0.71 and the lightness value of c52adb is 0.51.

The process color (four color CMYK) of #c52adb color hex is 0.10, 0.81, 0.00, 0.14. Web safe color of #c52adb is #cc33cc. Color #c52adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101010 11011011
Octal 305 52 333
Decimal 197 42 219
Hex C5 2A DB

RGB Percentages of Color #c52adb

%43.01
%9.17
%47.82

CMYK Percentages of Color #c52adb

%10
%81
%0
%14

Triadic Colors of #c52adb

#c52adb #dbc52a #2adbc5

Analogous Colors of #c52adb

#c52adb #db2a99 #6d2adb

Monochromatic Colors of #c52adb

#c52adb

Complementary Color

#c52adb #40db2a

#c52adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52adb Color CSS Codes

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

#c52adb Text Font Color

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

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


#c52adb Background Color

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

This div background color is #c52adb


#c52adb Border Color

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

This div border color is #c52adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52adb


Comments

No comments written yet.

Please login to write comment.