Color Hex Logo

#c10dda Color Hex

#C10DDA
(193,13,218)
0 Favorites   0 Comments

Color spaces of #c10dda

RGB 19313218
HSL0.810.890.45
HSV293°94°85°
CMYK 0.110.940.00   0.15
XYZ34.791116.687367.7169
Yxy16.68730.29190.1400
Hunter Lab40.850180.5368-69.6895
CIE-Lab47.863682.3938-60.6069

#c10dda color RGB value is (193,13,218).

#c10dda hex color red value is 193, green value is 13 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c10dda hue: 0.81 , saturation: 0.89 and the lightness value of c10dda is 0.45.

The process color (four color CMYK) of #c10dda color hex is 0.11, 0.94, 0.00, 0.15. Web safe color of #c10dda is #cc00cc. Color #c10dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001101 11011010
Octal 301 15 332
Decimal 193 13 218
Hex C1 D DA

RGB Percentages of Color #c10dda

%45.52
%3.07
%51.42

CMYK Percentages of Color #c10dda

%11
%94
%0
%15

Triadic Colors of #c10dda

#c10dda #dac10d #0ddac1

Analogous Colors of #c10dda

#c10dda #da0d8d #5b0dda

Monochromatic Colors of #c10dda

#c10dda

Complementary Color

#c10dda #26da0d

#c10dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10dda Color CSS Codes

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

#c10dda Text Font Color

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

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


#c10dda Background Color

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

This div background color is #c10dda


#c10dda Border Color

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

This div border color is #c10dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,13,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10dda


Comments

No comments written yet.

Please login to write comment.