Color Hex Logo

#e630fc Color Hex

#E630FC
(230,48,252)
0 Favorites   0 Comments

Color spaces of #e630fc

RGB 23048252
HSL0.820.970.59
HSV294°81°99°
CMYK 0.090.810.00   0.01
XYZ51.260825.965294.4055
Yxy25.96520.29870.1513
Hunter Lab50.956190.3944-74.1764
CIE-Lab58.004088.0090-63.1179

#e630fc color RGB value is (230,48,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110000 11111100
Octal 346 60 374
Decimal 230 48 252
Hex E6 30 FC

RGB Percentages of Color #e630fc

%43.40
%9.06
%47.55

CMYK Percentages of Color #e630fc

%9
%81
%0
%1

Triadic Colors of #e630fc

#e630fc #fce630 #30fce6

Analogous Colors of #e630fc

#e630fc #fc30ac #8030fc

Monochromatic Colors of #e630fc

#e630fc

Complementary Color

#e630fc #46fc30

#e630fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e630fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e630fc Color CSS Codes

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

#e630fc Text Font Color

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

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


#e630fc Background Color

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

This div background color is #e630fc


#e630fc Border Color

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

This div border color is #e630fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e630fc

Related Colors


Comments

No comments written yet.

Please login to write comment.