Color Hex Logo

#c42dfb Color Hex

#C42DFB
(196,45,251)
0 Favorites   0 Comments

Color spaces of #c42dfb

RGB 19645251
HSL0.790.960.58
HSV284°82°98°
CMYK 0.220.820.00   0.02
XYZ41.115920.577693.0716
Yxy20.57760.26570.1330
Hunter Lab45.362582.4052-89.8932
CIE-Lab52.484182.9569-71.7325

#c42dfb color RGB value is (196,45,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101101 11111011
Octal 304 55 373
Decimal 196 45 251
Hex C4 2D FB

RGB Percentages of Color #c42dfb

%39.84
%9.15
%51.02

CMYK Percentages of Color #c42dfb

%22
%82
%0
%2

Triadic Colors of #c42dfb

#c42dfb #fbc42d #2dfbc4

Analogous Colors of #c42dfb

#c42dfb #fb2dcb #5d2dfb

Monochromatic Colors of #c42dfb

#c42dfb

Complementary Color

#c42dfb #64fb2d

#c42dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42dfb Color CSS Codes

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

#c42dfb Text Font Color

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

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


#c42dfb Background Color

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

This div background color is #c42dfb


#c42dfb Border Color

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

This div border color is #c42dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42dfb


Comments

No comments written yet.

Please login to write comment.