Color Hex Logo

#e627bc Color Hex

#E627BC
(230,39,188)
0 Favorites   0 Comments

Color spaces of #e627bc

RGB 23039188
HSL0.870.790.53
HSV313°83°90°
CMYK 0.000.830.18   0.10
XYZ42.435721.904949.5684
Yxy21.90490.37250.1923
Hunter Lab46.802779.9402-30.0318
CIE-Lab53.926080.7454-33.2930

#e627bc color RGB value is (230,39,188).

#e627bc hex color red value is 230, green value is 39 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e627bc hue: 0.87 , saturation: 0.79 and the lightness value of e627bc is 0.53.

The process color (four color CMYK) of #e627bc color hex is 0.00, 0.83, 0.18, 0.10. Web safe color of #e627bc is #ff33cc. Color #e627bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100111 10111100
Octal 346 47 274
Decimal 230 39 188
Hex E6 27 BC

RGB Percentages of Color #e627bc

%50.33
%8.53
%41.14

CMYK Percentages of Color #e627bc

%0
%83
%18
%10

Triadic Colors of #e627bc

#e627bc #bce627 #27bce6

Analogous Colors of #e627bc

#e627bc #e6275d #b127e6

Monochromatic Colors of #e627bc

#e627bc

Complementary Color

#e627bc #27e651

#e627bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e627bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e627bc Color CSS Codes

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

#e627bc Text Font Color

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

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


#e627bc Background Color

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

This div background color is #e627bc


#e627bc Border Color

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

This div border color is #e627bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e627bc


Comments

No comments written yet.

Please login to write comment.