Color Hex Logo

#e632fc Color Hex

#E632FC
(230,50,252)
0 Favorites   0 Comments

Color spaces of #e632fc

RGB 23050252
HSL0.820.970.59
HSV293°80°99°
CMYK 0.090.800.00   0.01
XYZ51.344426.132594.4334
Yxy26.13250.29870.1520
Hunter Lab51.120089.8238-73.7419
CIE-Lab58.162687.5465-62.8632

#e632fc color RGB value is (230,50,252).

#e632fc hex color red value is 230, green value is 50 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e632fc hue: 0.82 , saturation: 0.97 and the lightness value of e632fc is 0.59.

The process color (four color CMYK) of #e632fc color hex is 0.09, 0.80, 0.00, 0.01. Web safe color of #e632fc is #ff33ff. Color #e632fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 11111100
Octal 346 62 374
Decimal 230 50 252
Hex E6 32 FC

RGB Percentages of Color #e632fc

%43.23
%9.40
%47.37

CMYK Percentages of Color #e632fc

%9
%80
%0
%1

Triadic Colors of #e632fc

#e632fc #fce632 #32fce6

Analogous Colors of #e632fc

#e632fc #fc32ad #8132fc

Monochromatic Colors of #e632fc

#e632fc

Complementary Color

#e632fc #48fc32

#e632fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e632fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e632fc Color CSS Codes

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

#e632fc Text Font Color

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

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


#e632fc Background Color

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

This div background color is #e632fc


#e632fc Border Color

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

This div border color is #e632fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e632fc

Related Colors


Comments

No comments written yet.

Please login to write comment.