Color Hex Logo

#c05acd Color Hex

#C05ACD
(192,90,205)
0 Favorites   0 Comments

Color spaces of #c05acd

RGB 19290205
HSL0.810.530.58
HSV293°56°80°
CMYK 0.060.560.00   0.20
XYZ36.413822.926660.2637
Yxy22.92660.30450.1917
Hunter Lab47.881751.9553-41.1049
CIE-Lab54.996757.1242-41.8003

#c05acd color RGB value is (192,90,205).

#c05acd hex color red value is 192, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c05acd hue: 0.81 , saturation: 0.53 and the lightness value of c05acd is 0.58.

The process color (four color CMYK) of #c05acd color hex is 0.06, 0.56, 0.00, 0.20. Web safe color of #c05acd is #cc66cc. Color #c05acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 11001101
Octal 300 132 315
Decimal 192 90 205
Hex C0 5A CD

RGB Percentages of Color #c05acd

%39.43
%18.48
%42.09

CMYK Percentages of Color #c05acd

%6
%56
%0
%20

Triadic Colors of #c05acd

#c05acd #cdc05a #5acdc0

Analogous Colors of #c05acd

#c05acd #cd5aa1 #875acd

Monochromatic Colors of #c05acd

#c05acd

Complementary Color

#c05acd #67cd5a

#c05acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05acd Color CSS Codes

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

#c05acd Text Font Color

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

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


#c05acd Background Color

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

This div background color is #c05acd


#c05acd Border Color

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

This div border color is #c05acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,90,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05acd


Comments

No comments written yet.

Please login to write comment.