Color Hex Logo

#c043ff Color Hex

#C043FF
(192,67,255)
0 Favorites   0 Comments

Color spaces of #c043ff

RGB 19267255
HSL0.781.000.63
HSV280°74°100°
CMYK 0.250.740.00   0.00
XYZ41.795422.440896.7364
Yxy22.44080.25960.1394
Hunter Lab47.371774.5875-87.9142
CIE-Lab54.491676.3755-70.7306

#c043ff color RGB value is (192,67,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 11111111
Octal 300 103 377
Decimal 192 67 255
Hex C0 43 FF

RGB Percentages of Color #c043ff

%37.35
%13.04
%49.61

CMYK Percentages of Color #c043ff

%25
%74
%0
%0

Triadic Colors of #c043ff

#c043ff #ffc043 #43ffc0

Analogous Colors of #c043ff

#c043ff #ff43e0 #6243ff

Monochromatic Colors of #c043ff

#c043ff

Complementary Color

#c043ff #82ff43

#c043ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c043ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c043ff Color CSS Codes

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

#c043ff Text Font Color

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

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


#c043ff Background Color

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

This div background color is #c043ff


#c043ff Border Color

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

This div border color is #c043ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c043ff

Related Colors


Comments

No comments written yet.

Please login to write comment.