Color Hex Logo

#c434fb Color Hex

#C434FB
(196,52,251)
0 Favorites   0 Comments

Color spaces of #c434fb

RGB 19652251
HSL0.790.960.59
HSV283°79°98°
CMYK 0.220.790.00   0.02
XYZ41.405521.156893.1681
Yxy21.15680.26590.1359
Hunter Lab45.996580.1896-87.8971
CIE-Lab53.120781.0986-70.7005

#c434fb color RGB value is (196,52,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 11111011
Octal 304 64 373
Decimal 196 52 251
Hex C4 34 FB

RGB Percentages of Color #c434fb

%39.28
%10.42
%50.30

CMYK Percentages of Color #c434fb

%22
%79
%0
%2

Triadic Colors of #c434fb

#c434fb #fbc434 #34fbc4

Analogous Colors of #c434fb

#c434fb #fb34cf #6034fb

Monochromatic Colors of #c434fb

#c434fb

Complementary Color

#c434fb #6bfb34

#c434fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c434fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c434fb Color CSS Codes

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

#c434fb Text Font Color

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

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


#c434fb Background Color

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

This div background color is #c434fb


#c434fb Border Color

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

This div border color is #c434fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c434fb


Comments

No comments written yet.

Please login to write comment.