Color Hex Logo

#c41ada Color Hex

#C41ADA
(196,26,218)
0 Favorites   0 Comments

Color spaces of #c41ada

RGB 19626218
HSL0.810.790.48
HSV293°88°85°
CMYK 0.100.880.00   0.15
XYZ35.789217.536567.8282
Yxy17.53650.29540.1447
Hunter Lab41.876679.2682-66.7193
CIE-Lab48.929081.1894-58.8634

#c41ada color RGB value is (196,26,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011010 11011010
Octal 304 32 332
Decimal 196 26 218
Hex C4 1A DA

RGB Percentages of Color #c41ada

%44.55
%5.91
%49.55

CMYK Percentages of Color #c41ada

%10
%88
%0
%15

Triadic Colors of #c41ada

#c41ada #dac41a #1adac4

Analogous Colors of #c41ada

#c41ada #da1a90 #641ada

Monochromatic Colors of #c41ada

#c41ada

Complementary Color

#c41ada #30da1a

#c41ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41ada Color CSS Codes

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

#c41ada Text Font Color

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

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


#c41ada Background Color

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

This div background color is #c41ada


#c41ada Border Color

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

This div border color is #c41ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41ada


Comments

No comments written yet.

Please login to write comment.