Color Hex Logo

#c01ada Color Hex

#C01ADA
(192,26,218)
0 Favorites   0 Comments

Color spaces of #c01ada

RGB 19226218
HSL0.810.790.48
HSV292°88°85°
CMYK 0.120.880.00   0.15
XYZ34.762517.007267.7802
Yxy17.00720.29080.1423
Hunter Lab41.239878.2944-68.5790
CIE-Lab48.269180.5478-59.9609

#c01ada color RGB value is (192,26,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011010 11011010
Octal 300 32 332
Decimal 192 26 218
Hex C0 1A DA

RGB Percentages of Color #c01ada

%44.04
%5.96
%50.00

CMYK Percentages of Color #c01ada

%12
%88
%0
%15

Triadic Colors of #c01ada

#c01ada #dac01a #1adac0

Analogous Colors of #c01ada

#c01ada #da1a94 #601ada

Monochromatic Colors of #c01ada

#c01ada

Complementary Color

#c01ada #34da1a

#c01ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ada Color CSS Codes

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

#c01ada Text Font Color

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

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


#c01ada Background Color

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

This div background color is #c01ada


#c01ada Border Color

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

This div border color is #c01ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ada


Comments

No comments written yet.

Please login to write comment.