Color Hex Logo

#c51dd2 Color Hex

#C51DD2
(197,29,210)
0 Favorites   0 Comments

Color spaces of #c51dd2

RGB 19729210
HSL0.820.760.47
HSV296°86°82°
CMYK 0.060.860.00   0.18
XYZ35.098217.402262.4818
Yxy17.40220.30520.1513
Hunter Lab41.715977.1802-59.6029
CIE-Lab48.762979.5669-54.5387

#c51dd2 color RGB value is (197,29,210).

#c51dd2 hex color red value is 197, green value is 29 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c51dd2 hue: 0.82 , saturation: 0.76 and the lightness value of c51dd2 is 0.47.

The process color (four color CMYK) of #c51dd2 color hex is 0.06, 0.86, 0.00, 0.18. Web safe color of #c51dd2 is #cc33cc. Color #c51dd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011101 11010010
Octal 305 35 322
Decimal 197 29 210
Hex C5 1D D2

RGB Percentages of Color #c51dd2

%45.18
%6.65
%48.17

CMYK Percentages of Color #c51dd2

%6
%86
%0
%18

Triadic Colors of #c51dd2

#c51dd2 #d2c51d #1dd2c5

Analogous Colors of #c51dd2

#c51dd2 #d21d85 #6b1dd2

Monochromatic Colors of #c51dd2

#c51dd2

Complementary Color

#c51dd2 #2ad21d

#c51dd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51dd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51dd2 Color CSS Codes

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

#c51dd2 Text Font Color

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

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


#c51dd2 Background Color

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

This div background color is #c51dd2


#c51dd2 Border Color

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

This div border color is #c51dd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51dd2


Comments

No comments written yet.

Please login to write comment.