Color Hex Logo

#c005e3 Color Hex

#C005E3
(192,5,227)
0 Favorites   0 Comments

Color spaces of #c005e3

RGB 1925227
HSL0.810.960.45
HSV291°98°89°
CMYK 0.150.980.00   0.11
XYZ35.657616.861174.0482
Yxy16.86110.28170.1332
Hunter Lab41.062383.1466-78.1749
CIE-Lab48.084584.3864-65.3887

#c005e3 color RGB value is (192,5,227).

#c005e3 hex color red value is 192, green value is 5 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #c005e3 hue: 0.81 , saturation: 0.96 and the lightness value of c005e3 is 0.45.

The process color (four color CMYK) of #c005e3 color hex is 0.15, 0.98, 0.00, 0.11. Web safe color of #c005e3 is #cc00cc. Color #c005e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000101 11100011
Octal 300 5 343
Decimal 192 5 227
Hex C0 5 E3

RGB Percentages of Color #c005e3

%45.28
%1.18
%53.54

CMYK Percentages of Color #c005e3

%15
%98
%0
%11

Triadic Colors of #c005e3

#c005e3 #e3c005 #05e3c0

Analogous Colors of #c005e3

#c005e3 #e30597 #5105e3

Monochromatic Colors of #c005e3

#c005e3

Complementary Color

#c005e3 #28e305

#c005e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c005e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c005e3 Color CSS Codes

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

#c005e3 Text Font Color

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

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


#c005e3 Background Color

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

This div background color is #c005e3


#c005e3 Border Color

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

This div border color is #c005e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c005e3


Comments

No comments written yet.

Please login to write comment.