Color Hex Logo

#c52dbc Color Hex

#C52DBC
(197,45,188)
0 Favorites   0 Comments

Color spaces of #c52dbc

RGB 19745188
HSL0.840.630.47
HSV304°77°77°
CMYK 0.000.770.05   0.23
XYZ33.041417.377949.1898
Yxy17.37790.33170.1745
Hunter Lab41.686868.5291-40.7805
CIE-Lab48.732772.5483-41.8542

#c52dbc color RGB value is (197,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101101 10111100
Octal 305 55 274
Decimal 197 45 188
Hex C5 2D BC

RGB Percentages of Color #c52dbc

%45.81
%10.47
%43.72

CMYK Percentages of Color #c52dbc

%0
%77
%5
%23

Triadic Colors of #c52dbc

#c52dbc #bcc52d #2dbcc5

Analogous Colors of #c52dbc

#c52dbc #c52d70 #822dc5

Monochromatic Colors of #c52dbc

#c52dbc

Complementary Color

#c52dbc #2dc536

#c52dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52dbc Color CSS Codes

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

#c52dbc Text Font Color

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

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


#c52dbc Background Color

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

This div background color is #c52dbc


#c52dbc Border Color

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

This div border color is #c52dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52dbc


Comments

No comments written yet.

Please login to write comment.