Color Hex Logo

#c043ea Color Hex

#C043EA
(192,67,234)
0 Favorites   0 Comments

Color spaces of #c043ea

RGB 19267234
HSL0.790.800.59
HSV285°71°92°
CMYK 0.180.710.00   0.08
XYZ38.596721.161379.8922
Yxy21.16130.27640.1515
Hunter Lab46.001469.2649-70.7699
CIE-Lab53.125672.3053-61.2075

#c043ea color RGB value is (192,67,234).

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

The process color (four color CMYK) of #c043ea color hex is 0.18, 0.71, 0.00, 0.08. Web safe color of #c043ea is #cc33ff. Color #c043ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 11101010
Octal 300 103 352
Decimal 192 67 234
Hex C0 43 EA

RGB Percentages of Color #c043ea

%38.95
%13.59
%47.46

CMYK Percentages of Color #c043ea

%18
%71
%0
%8

Triadic Colors of #c043ea

#c043ea #eac043 #43eac0

Analogous Colors of #c043ea

#c043ea #ea43c1 #6d43ea

Monochromatic Colors of #c043ea

#c043ea

Complementary Color

#c043ea #6dea43

#c043ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c043ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c043ea Color CSS Codes

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

#c043ea Text Font Color

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

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


#c043ea Background Color

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

This div background color is #c043ea


#c043ea Border Color

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

This div border color is #c043ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c043ea


Comments

No comments written yet.

Please login to write comment.