Color Hex Logo

#c23ada Color Hex

#C23ADA
(194,58,218)
0 Favorites   0 Comments

Color spaces of #c23ada

RGB 19458218
HSL0.810.680.54
HSV291°73°85°
CMYK 0.110.730.00   0.15
XYZ36.416119.557468.1853
Yxy19.55740.29330.1575
Hunter Lab44.223769.5945-60.4582
CIE-Lab51.333172.9232-55.0178

#c23ada color RGB value is (194,58,218).

#c23ada hex color red value is 194, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c23ada hue: 0.81 , saturation: 0.68 and the lightness value of c23ada is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 11011010
Octal 302 72 332
Decimal 194 58 218
Hex C2 3A DA

RGB Percentages of Color #c23ada

%41.28
%12.34
%46.38

CMYK Percentages of Color #c23ada

%11
%73
%0
%15

Triadic Colors of #c23ada

#c23ada #dac23a #3adac2

Analogous Colors of #c23ada

#c23ada #da3aa2 #723ada

Monochromatic Colors of #c23ada

#c23ada

Complementary Color

#c23ada #52da3a

#c23ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23ada Color CSS Codes

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

#c23ada Text Font Color

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

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


#c23ada Background Color

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

This div background color is #c23ada


#c23ada Border Color

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

This div border color is #c23ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23ada


Comments

No comments written yet.

Please login to write comment.