color codes Logo

#e627fc color codes

#E627FC
(230,39,252)
0 Favorites   0 Comments

Color spaces of #e627fc

RGB 23039252
HSL0.820.970.57
HSV294°85°99°
CMYK 0.090.850.00   0.01
XYZ50.929325.302394.2950
Yxy25.30230.29870.1484
Hunter Lab50.301492.7008-75.9341
CIE-Lab57.368889.8678-64.1387

#e627fc color RGB value is (230,39,252).

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

The process color (four color CMYK) of #e627fc color code is 0.09, 0.85, 0.00, 0.01. Web safe color of #e627fc is #ff33ff. Color #e627fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100111 11111100
Octal 346 47 374
Decimal 230 39 252
Hex E6 27 FC

RGB Percentages of Color #e627fc

%44.15
%7.49
%48.37

CMYK Percentages of Color #e627fc

%9
%85
%0
%1

Triadic Colors of #e627fc

#e627fc #fce627 #27fce6

Analogous Colors of #e627fc

#e627fc #fc27a8 #7c27fc

Monochromatic Colors of #e627fc

#e627fc

Complementary Color

#e627fc #3dfc27

#e627fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e627fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e627fc Color CSS Codes

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

#e627fc Text Font Color

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

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


#e627fc Background Color

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

This div background color is #e627fc


#e627fc Border Color

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

This div border color is #e627fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e627fc


Comments

No comments written yet.

Please login to write comment.