Color Hex Logo

#c05cea Color Hex

#C05CEA
(192,92,234)
0 Favorites   0 Comments

Color spaces of #c05cea

RGB 19292234
HSL0.780.770.64
HSV282°61°92°
CMYK 0.180.610.00   0.08
XYZ40.416724.801380.4988
Yxy24.80130.27740.1702
Hunter Lab49.800957.7129-60.9765
CIE-Lab56.881361.8475-55.1876

#c05cea color RGB value is (192,92,234).

#c05cea hex color red value is 192, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c05cea hue: 0.78 , saturation: 0.77 and the lightness value of c05cea is 0.64.

The process color (four color CMYK) of #c05cea color hex is 0.18, 0.61, 0.00, 0.08. Web safe color of #c05cea is #cc66ff. Color #c05cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 11101010
Octal 300 134 352
Decimal 192 92 234
Hex C0 5C EA

RGB Percentages of Color #c05cea

%37.07
%17.76
%45.17

CMYK Percentages of Color #c05cea

%18
%61
%0
%8

Triadic Colors of #c05cea

#c05cea #eac05c #5ceac0

Analogous Colors of #c05cea

#c05cea #ea5ccd #795cea

Monochromatic Colors of #c05cea

#c05cea

Complementary Color

#c05cea #86ea5c

#c05cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cea Color CSS Codes

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

#c05cea Text Font Color

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

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


#c05cea Background Color

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

This div background color is #c05cea


#c05cea Border Color

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

This div border color is #c05cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cea


Comments

No comments written yet.

Please login to write comment.