Color Hex Logo

#c05cef Color Hex

#C05CEF
(192,92,239)
0 Favorites   0 Comments

Color spaces of #c05cef

RGB 19292239
HSL0.780.820.65
HSV281°62°94°
CMYK 0.200.620.00   0.06
XYZ41.145425.092884.3361
Yxy25.09280.27330.1666
Hunter Lab50.092758.9550-64.7558
CIE-Lab57.165762.8677-57.5262

#c05cef color RGB value is (192,92,239).

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

The process color (four color CMYK) of #c05cef color hex is 0.20, 0.62, 0.00, 0.06. Web safe color of #c05cef is #cc66ff. Color #c05cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 11101111
Octal 300 134 357
Decimal 192 92 239
Hex C0 5C EF

RGB Percentages of Color #c05cef

%36.71
%17.59
%45.70

CMYK Percentages of Color #c05cef

%20
%62
%0
%6

Triadic Colors of #c05cef

#c05cef #efc05c #5cefc0

Analogous Colors of #c05cef

#c05cef #ef5cd5 #775cef

Monochromatic Colors of #c05cef

#c05cef

Complementary Color

#c05cef #8bef5c

#c05cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cef Color CSS Codes

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

#c05cef Text Font Color

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

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


#c05cef Background Color

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

This div background color is #c05cef


#c05cef Border Color

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

This div border color is #c05cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cef


Comments

No comments written yet.

Please login to write comment.