Color Hex Logo

#c005ea Color Hex

#C005EA
(192,5,234)
0 Favorites   0 Comments

Color spaces of #c005ea

RGB 1925234
HSL0.800.960.47
HSV289°98°92°
CMYK 0.180.980.00   0.08
XYZ36.643817.255579.2412
Yxy17.25550.27520.1296
Hunter Lab41.539784.7672-84.0238
CIE-Lab48.580485.5436-68.5528

#c005ea color RGB value is (192,5,234).

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

The process color (four color CMYK) of #c005ea color hex is 0.18, 0.98, 0.00, 0.08. Web safe color of #c005ea is #cc00ff. Color #c005ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000101 11101010
Octal 300 5 352
Decimal 192 5 234
Hex C0 5 EA

RGB Percentages of Color #c005ea

%44.55
%1.16
%54.29

CMYK Percentages of Color #c005ea

%18
%98
%0
%8

Triadic Colors of #c005ea

#c005ea #eac005 #05eac0

Analogous Colors of #c005ea

#c005ea #ea05a2 #4e05ea

Monochromatic Colors of #c005ea

#c005ea

Complementary Color

#c005ea #2fea05

#c005ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c005ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c005ea Color CSS Codes

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

#c005ea Text Font Color

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

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


#c005ea Background Color

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

This div background color is #c005ea


#c005ea Border Color

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

This div border color is #c005ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c005ea


Comments

No comments written yet.

Please login to write comment.