Color Hex Logo

#e648ba Color Hex

#E648BA
(230,72,186)
0 Favorites   0 Comments

Color spaces of #e648ba

RGB 23072186
HSL0.880.760.59
HSV317°69°90°
CMYK 0.000.690.19   0.10
XYZ43.813425.002948.9712
Yxy25.00290.37200.2123
Hunter Lab50.002968.8997-23.0647
CIE-Lab57.078271.2496-27.2376

#e648ba color RGB value is (230,72,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001000 10111010
Octal 346 110 272
Decimal 230 72 186
Hex E6 48 BA

RGB Percentages of Color #e648ba

%47.13
%14.75
%38.11

CMYK Percentages of Color #e648ba

%0
%69
%19
%10

Triadic Colors of #e648ba

#e648ba #bae648 #48bae6

Analogous Colors of #e648ba

#e648ba #e6486b #c348e6

Monochromatic Colors of #e648ba

#e648ba

Complementary Color

#e648ba #48e674

#e648ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e648ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e648ba Color CSS Codes

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

#e648ba Text Font Color

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

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


#e648ba Background Color

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

This div background color is #e648ba


#e648ba Border Color

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

This div border color is #e648ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e648ba


Comments

No comments written yet.

Please login to write comment.