Color Hex Logo

#e648bc Color Hex

#E648BC
(230,72,188)
0 Favorites   0 Comments

Color spaces of #e648bc

RGB 23072188
HSL0.880.760.59
HSV316°69°90°
CMYK 0.000.690.18   0.10
XYZ44.027625.088650.0990
Yxy25.08860.36930.2104
Hunter Lab50.088569.2458-24.2404
CIE-Lab57.161671.5185-28.2613

#e648bc color RGB value is (230,72,188).

#e648bc hex color red value is 230, green value is 72 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e648bc hue: 0.88 , saturation: 0.76 and the lightness value of e648bc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001000 10111100
Octal 346 110 274
Decimal 230 72 188
Hex E6 48 BC

RGB Percentages of Color #e648bc

%46.94
%14.69
%38.37

CMYK Percentages of Color #e648bc

%0
%69
%18
%10

Triadic Colors of #e648bc

#e648bc #bce648 #48bce6

Analogous Colors of #e648bc

#e648bc #e6486d #c148e6

Monochromatic Colors of #e648bc

#e648bc

Complementary Color

#e648bc #48e672

#e648bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e648bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e648bc Color CSS Codes

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

#e648bc Text Font Color

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

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


#e648bc Background Color

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

This div background color is #e648bc


#e648bc Border Color

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

This div border color is #e648bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e648bc


Comments

No comments written yet.

Please login to write comment.