Color Hex Logo

#c10dbd Color Hex

#C10DBD
(193,13,189)
0 Favorites   0 Comments

Color spaces of #c10dbd

RGB 19313189
HSL0.840.870.40
HSV301°93°76°
CMYK 0.000.930.02   0.24
XYZ31.321615.299449.4464
Yxy15.29940.32600.1593
Hunter Lab39.114474.4868-47.5711
CIE-Lab46.041677.9393-46.7604

#c10dbd color RGB value is (193,13,189).

#c10dbd hex color red value is 193, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c10dbd hue: 0.84 , saturation: 0.87 and the lightness value of c10dbd is 0.40.

The process color (four color CMYK) of #c10dbd color hex is 0.00, 0.93, 0.02, 0.24. Web safe color of #c10dbd is #cc00cc. Color #c10dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001101 10111101
Octal 301 15 275
Decimal 193 13 189
Hex C1 D BD

RGB Percentages of Color #c10dbd

%48.86
%3.29
%47.85

CMYK Percentages of Color #c10dbd

%0
%93
%2
%24

Triadic Colors of #c10dbd

#c10dbd #bdc10d #0dbdc1

Analogous Colors of #c10dbd

#c10dbd #c10d63 #6b0dc1

Monochromatic Colors of #c10dbd

#c10dbd

Complementary Color

#c10dbd #0dc111

#c10dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10dbd Color CSS Codes

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

#c10dbd Text Font Color

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

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


#c10dbd Background Color

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

This div background color is #c10dbd


#c10dbd Border Color

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

This div border color is #c10dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,13,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 #c10dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10dbd


Comments

No comments written yet.

Please login to write comment.