Color Hex Logo

#c042ff Color Hex

#C042FF
(192,66,255)
0 Favorites   0 Comments

Color spaces of #c042ff

RGB 19266255
HSL0.781.000.63
HSV280°74°100°
CMYK 0.250.740.00   0.00
XYZ41.736422.322996.7167
Yxy22.32290.25960.1388
Hunter Lab47.247174.9980-88.2960
CIE-Lab54.367976.7295-70.9307

#c042ff color RGB value is (192,66,255).

#c042ff hex color red value is 192, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c042ff hue: 0.78 , saturation: 1.00 and the lightness value of c042ff is 0.63.

The process color (four color CMYK) of #c042ff color hex is 0.25, 0.74, 0.00, 0.00. Web safe color of #c042ff is #cc33ff. Color #c042ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 11111111
Octal 300 102 377
Decimal 192 66 255
Hex C0 42 FF

RGB Percentages of Color #c042ff

%37.43
%12.87
%49.71

CMYK Percentages of Color #c042ff

%25
%74
%0
%0

Triadic Colors of #c042ff

#c042ff #ffc042 #42ffc0

Analogous Colors of #c042ff

#c042ff #ff42e0 #6142ff

Monochromatic Colors of #c042ff

#c042ff

Complementary Color

#c042ff #81ff42

#c042ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c042ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c042ff Color CSS Codes

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

#c042ff Text Font Color

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

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


#c042ff Background Color

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

This div background color is #c042ff


#c042ff Border Color

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

This div border color is #c042ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c042ff

Related Colors


Comments

No comments written yet.

Please login to write comment.