Color Hex Logo

#c05adc Color Hex

#C05ADC
(192,90,220)
0 Favorites   0 Comments

Color spaces of #c05adc

RGB 19290220
HSL0.800.650.61
HSV287°59°86°
CMYK 0.130.590.00   0.14
XYZ38.312723.686170.2627
Yxy23.68610.28970.1791
Hunter Lab48.668455.3491-51.5293
CIE-Lab55.772159.9874-49.0846

#c05adc color RGB value is (192,90,220).

#c05adc hex color red value is 192, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c05adc hue: 0.80 , saturation: 0.65 and the lightness value of c05adc is 0.61.

The process color (four color CMYK) of #c05adc color hex is 0.13, 0.59, 0.00, 0.14. Web safe color of #c05adc is #cc66cc. Color #c05adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 11011100
Octal 300 132 334
Decimal 192 90 220
Hex C0 5A DC

RGB Percentages of Color #c05adc

%38.25
%17.93
%43.82

CMYK Percentages of Color #c05adc

%13
%59
%0
%14

Triadic Colors of #c05adc

#c05adc #dcc05a #5adcc0

Analogous Colors of #c05adc

#c05adc #dc5ab7 #7f5adc

Monochromatic Colors of #c05adc

#c05adc

Complementary Color

#c05adc #76dc5a

#c05adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05adc Color CSS Codes

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

#c05adc Text Font Color

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

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


#c05adc Background Color

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

This div background color is #c05adc


#c05adc Border Color

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

This div border color is #c05adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05adc


Comments

No comments written yet.

Please login to write comment.