Color Hex Logo

#c332fd Color Hex

#C332FD
(195,50,253)
0 Favorites   0 Comments

Color spaces of #c332fd

RGB 19550253
HSL0.790.980.59
HSV283°80°99°
CMYK 0.230.800.00   0.01
XYZ41.375920.975294.7964
Yxy20.97520.26330.1335
Hunter Lab45.798781.1145-90.6623
CIE-Lab52.922381.8632-72.1422

#c332fd color RGB value is (195,50,253).

#c332fd hex color red value is 195, green value is 50 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c332fd hue: 0.79 , saturation: 0.98 and the lightness value of c332fd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 11111101
Octal 303 62 375
Decimal 195 50 253
Hex C3 32 FD

RGB Percentages of Color #c332fd

%39.16
%10.04
%50.80

CMYK Percentages of Color #c332fd

%23
%80
%0
%1

Triadic Colors of #c332fd

#c332fd #fdc332 #32fdc3

Analogous Colors of #c332fd

#c332fd #fd32d2 #5d32fd

Monochromatic Colors of #c332fd

#c332fd

Complementary Color

#c332fd #6cfd32

#c332fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c332fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c332fd Color CSS Codes

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

#c332fd Text Font Color

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

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


#c332fd Background Color

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

This div background color is #c332fd


#c332fd Border Color

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

This div border color is #c332fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,50,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c332fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c332fd;
  -webkit-box-shadow: 1px 1px 3px 2px #c332fd;
  box-shadow:         1px 1px 3px 2px #c332fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,50,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c332fd


Comments

No comments written yet.

Please login to write comment.