Color Hex Logo

#c442ff Color Hex

#C442FF
(196,66,255)
0 Favorites   0 Comments

Color spaces of #c442ff

RGB 19666255
HSL0.781.000.63
HSV281°74°100°
CMYK 0.230.740.00   0.00
XYZ42.763222.852296.7648
Yxy22.85220.26340.1407
Hunter Lab47.804076.0208-86.5520
CIE-Lab54.919877.4423-70.0112

#c442ff color RGB value is (196,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 11111111
Octal 304 102 377
Decimal 196 66 255
Hex C4 42 FF

RGB Percentages of Color #c442ff

%37.91
%12.77
%49.32

CMYK Percentages of Color #c442ff

%23
%74
%0
%0

Triadic Colors of #c442ff

#c442ff #ffc442 #42ffc4

Analogous Colors of #c442ff

#c442ff #ff42dc #6642ff

Monochromatic Colors of #c442ff

#c442ff

Complementary Color

#c442ff #7dff42

#c442ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442ff Color CSS Codes

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

#c442ff Text Font Color

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

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


#c442ff Background Color

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

This div background color is #c442ff


#c442ff Border Color

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

This div border color is #c442ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442ff

Related Colors


Comments

No comments written yet.

Please login to write comment.