Color Hex Logo

#e742ba Color Hex

#E742BA
(231,66,186)
0 Favorites   0 Comments

Color spaces of #e742ba

RGB 23166186
HSL0.880.770.58
HSV316°71°91°
CMYK 0.000.710.19   0.09
XYZ43.766124.430548.8632
Yxy24.43050.37390.2087
Hunter Lab49.427271.5580-24.0144
CIE-Lab56.516373.5329-28.0938

#e742ba color RGB value is (231,66,186).

#e742ba hex color red value is 231, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e742ba hue: 0.88 , saturation: 0.77 and the lightness value of e742ba is 0.58.

The process color (four color CMYK) of #e742ba color hex is 0.00, 0.71, 0.19, 0.09. Web safe color of #e742ba is #ff33cc. Color #e742ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000010 10111010
Octal 347 102 272
Decimal 231 66 186
Hex E7 42 BA

RGB Percentages of Color #e742ba

%47.83
%13.66
%38.51

CMYK Percentages of Color #e742ba

%0
%71
%19
%9

Triadic Colors of #e742ba

#e742ba #bae742 #42bae7

Analogous Colors of #e742ba

#e742ba #e74268 #c242e7

Monochromatic Colors of #e742ba

#e742ba

Complementary Color

#e742ba #42e76f

#e742ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e742ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e742ba Color CSS Codes

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

#e742ba Text Font Color

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

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


#e742ba Background Color

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

This div background color is #e742ba


#e742ba Border Color

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

This div border color is #e742ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e742ba


Comments

No comments written yet.

Please login to write comment.