Color Hex Logo

#c23adc Color Hex

#C23ADC
(194,58,220)
0 Favorites   0 Comments

Color spaces of #c23adc

RGB 19458220
HSL0.810.700.55
HSV290°74°86°
CMYK 0.120.740.00   0.14
XYZ36.679519.662869.5722
Yxy19.66280.29130.1562
Hunter Lab44.342870.0520-61.9840
CIE-Lab51.453873.2762-55.9620

#c23adc color RGB value is (194,58,220).

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

The process color (four color CMYK) of #c23adc color hex is 0.12, 0.74, 0.00, 0.14. Web safe color of #c23adc is #cc33cc. Color #c23adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 11011100
Octal 302 72 334
Decimal 194 58 220
Hex C2 3A DC

RGB Percentages of Color #c23adc

%41.10
%12.29
%46.61

CMYK Percentages of Color #c23adc

%12
%74
%0
%14

Triadic Colors of #c23adc

#c23adc #dcc23a #3adcc2

Analogous Colors of #c23adc

#c23adc #dc3aa5 #713adc

Monochromatic Colors of #c23adc

#c23adc

Complementary Color

#c23adc #54dc3a

#c23adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23adc Color CSS Codes

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

#c23adc Text Font Color

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

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


#c23adc Background Color

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

This div background color is #c23adc


#c23adc Border Color

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

This div border color is #c23adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,58,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23adc


Comments

No comments written yet.

Please login to write comment.