color codes Logo

#c51dbd color codes

#C51DBD
(197,29,189)
0 Favorites   0 Comments

Color spaces of #c51dbd

RGB 19729189
HSL0.840.740.44
HSV303°85°77°
CMYK 0.000.850.04   0.23
XYZ32.650616.423249.5932
Yxy16.42320.33090.1665
Hunter Lab40.525572.8941-44.1883
CIE-Lab47.524976.3628-44.3550

#c51dbd color RGB value is (197,29,189).

#c51dbd hex color red value is 197, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c51dbd hue: 0.84 , saturation: 0.74 and the lightness value of c51dbd is 0.44.

The process color (four color CMYK) of #c51dbd color code is 0.00, 0.85, 0.04, 0.23. Web safe color of #c51dbd is #cc33cc. Color #c51dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011101 10111101
Octal 305 35 275
Decimal 197 29 189
Hex C5 1D BD

RGB Percentages of Color #c51dbd

%47.47
%6.99
%45.54

CMYK Percentages of Color #c51dbd

%0
%85
%4
%23

Triadic Colors of #c51dbd

#c51dbd #bdc51d #1dbdc5

Analogous Colors of #c51dbd

#c51dbd #c51d69 #791dc5

Monochromatic Colors of #c51dbd

#c51dbd

Complementary Color

#c51dbd #1dc525

#c51dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51dbd Color CSS Codes

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

#c51dbd Text Font Color

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

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


#c51dbd Background Color

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

This div background color is #c51dbd


#c51dbd Border Color

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

This div border color is #c51dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51dbd


Comments

No comments written yet.

Please login to write comment.