Color Hex Logo

#c51dcc Color Hex

#C51DCC
(197,29,204)
0 Favorites   0 Comments

Color spaces of #c51dcc

RGB 19729204
HSL0.830.750.46
HSV298°86°80°
CMYK 0.030.860.00   0.20
XYZ34.364417.108758.6178
Yxy17.10870.31210.1554
Hunter Lab41.362775.9144-55.0700
CIE-Lab48.396778.6276-51.6708

#c51dcc color RGB value is (197,29,204).

#c51dcc hex color red value is 197, green value is 29 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c51dcc hue: 0.83 , saturation: 0.75 and the lightness value of c51dcc is 0.46.

The process color (four color CMYK) of #c51dcc color hex is 0.03, 0.86, 0.00, 0.20. Web safe color of #c51dcc is #cc33cc. Color #c51dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011101 11001100
Octal 305 35 314
Decimal 197 29 204
Hex C5 1D CC

RGB Percentages of Color #c51dcc

%45.81
%6.74
%47.44

CMYK Percentages of Color #c51dcc

%3
%86
%0
%20

Triadic Colors of #c51dcc

#c51dcc #ccc51d #1dccc5

Analogous Colors of #c51dcc

#c51dcc #cc1d7c #6e1dcc

Monochromatic Colors of #c51dcc

#c51dcc

Complementary Color

#c51dcc #24cc1d

#c51dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51dcc Color CSS Codes

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

#c51dcc Text Font Color

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

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


#c51dcc Background Color

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

This div background color is #c51dcc


#c51dcc Border Color

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

This div border color is #c51dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51dcc


Comments

No comments written yet.

Please login to write comment.