Color Hex Logo

#c11ad8 Color Hex

#C11AD8
(193,26,216)
0 Favorites   0 Comments

Color spaces of #c11ad8

RGB 19326216
HSL0.810.790.47
HSV293°88°85°
CMYK 0.110.880.00   0.15
XYZ34.756417.034166.4218
Yxy17.03410.29400.1441
Hunter Lab41.272478.0922-66.5278
CIE-Lab48.303080.3809-58.7540

#c11ad8 color RGB value is (193,26,216).

#c11ad8 hex color red value is 193, green value is 26 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c11ad8 hue: 0.81 , saturation: 0.79 and the lightness value of c11ad8 is 0.47.

The process color (four color CMYK) of #c11ad8 color hex is 0.11, 0.88, 0.00, 0.15. Web safe color of #c11ad8 is #cc33cc. Color #c11ad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011010 11011000
Octal 301 32 330
Decimal 193 26 216
Hex C1 1A D8

RGB Percentages of Color #c11ad8

%44.37
%5.98
%49.66

CMYK Percentages of Color #c11ad8

%11
%88
%0
%15

Triadic Colors of #c11ad8

#c11ad8 #d8c11a #1ad8c1

Analogous Colors of #c11ad8

#c11ad8 #d81a90 #621ad8

Monochromatic Colors of #c11ad8

#c11ad8

Complementary Color

#c11ad8 #31d81a

#c11ad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11ad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11ad8 Color CSS Codes

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

#c11ad8 Text Font Color

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

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


#c11ad8 Background Color

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

This div background color is #c11ad8


#c11ad8 Border Color

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

This div border color is #c11ad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11ad8


Comments

No comments written yet.

Please login to write comment.