Color Hex Logo

#e628bc Color Hex

#E628BC
(230,40,188)
0 Favorites   0 Comments

Color spaces of #e628bc

RGB 23040188
HSL0.870.790.53
HSV313°83°90°
CMYK 0.000.830.18   0.10
XYZ42.469021.971449.5795
Yxy21.97140.37250.1927
Hunter Lab46.873779.6977-29.9010
CIE-Lab53.996680.5407-33.1826

#e628bc color RGB value is (230,40,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101000 10111100
Octal 346 50 274
Decimal 230 40 188
Hex E6 28 BC

RGB Percentages of Color #e628bc

%50.22
%8.73
%41.05

CMYK Percentages of Color #e628bc

%0
%83
%18
%10

Triadic Colors of #e628bc

#e628bc #bce628 #28bce6

Analogous Colors of #e628bc

#e628bc #e6285d #b128e6

Monochromatic Colors of #e628bc

#e628bc

Complementary Color

#e628bc #28e652

#e628bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e628bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e628bc Color CSS Codes

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

#e628bc Text Font Color

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

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


#e628bc Background Color

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

This div background color is #e628bc


#e628bc Border Color

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

This div border color is #e628bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e628bc


Comments

No comments written yet.

Please login to write comment.