Color Hex Logo

#c32fee Color Hex

#C32FEE
(195,47,238)
0 Favorites   0 Comments

Color spaces of #c32fee

RGB 19547238
HSL0.800.850.56
HSV286°80°93°
CMYK 0.180.800.00   0.07
XYZ38.954819.808282.6591
Yxy19.80820.27550.1401
Hunter Lab44.506478.3482-78.9613
CIE-Lab51.619779.9379-65.8628

#c32fee color RGB value is (195,47,238).

#c32fee hex color red value is 195, green value is 47 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c32fee hue: 0.80 , saturation: 0.85 and the lightness value of c32fee is 0.56.

The process color (four color CMYK) of #c32fee color hex is 0.18, 0.80, 0.00, 0.07. Web safe color of #c32fee is #cc33ff. Color #c32fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101111 11101110
Octal 303 57 356
Decimal 195 47 238
Hex C3 2F EE

RGB Percentages of Color #c32fee

%40.63
%9.79
%49.58

CMYK Percentages of Color #c32fee

%18
%80
%0
%7

Triadic Colors of #c32fee

#c32fee #eec32f #2feec3

Analogous Colors of #c32fee

#c32fee #ee2fba #632fee

Monochromatic Colors of #c32fee

#c32fee

Complementary Color

#c32fee #5aee2f

#c32fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32fee Color CSS Codes

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

#c32fee Text Font Color

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

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


#c32fee Background Color

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

This div background color is #c32fee


#c32fee Border Color

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

This div border color is #c32fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32fee


Comments

No comments written yet.

Please login to write comment.