Color Hex Logo

#c442fb Color Hex

#C442FB
(196,66,251)
0 Favorites   0 Comments

Color spaces of #c442fb

RGB 19666251
HSL0.780.960.62
HSV282°74°98°
CMYK 0.220.740.00   0.02
XYZ42.125822.597293.4082
Yxy22.59720.26640.1429
Hunter Lab47.536574.9938-83.2280
CIE-Lab54.655076.6705-68.2181

#c442fb color RGB value is (196,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 11111011
Octal 304 102 373
Decimal 196 66 251
Hex C4 42 FB

RGB Percentages of Color #c442fb

%38.21
%12.87
%48.93

CMYK Percentages of Color #c442fb

%22
%74
%0
%2

Triadic Colors of #c442fb

#c442fb #fbc442 #42fbc4

Analogous Colors of #c442fb

#c442fb #fb42d6 #6842fb

Monochromatic Colors of #c442fb

#c442fb

Complementary Color

#c442fb #79fb42

#c442fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442fb Color CSS Codes

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

#c442fb Text Font Color

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

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


#c442fb Background Color

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

This div background color is #c442fb


#c442fb Border Color

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

This div border color is #c442fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442fb

Related Colors


Comments

No comments written yet.

Please login to write comment.