Color Hex Logo

#e674eb Color Hex

#E674EB
(230,116,235)
0 Favorites   0 Comments

Color spaces of #e674eb

RGB 230116235
HSL0.830.750.69
HSV297°51°92°
CMYK 0.020.510.00   0.08
XYZ53.873935.311982.5737
Yxy35.31190.31370.2056
Hunter Lab59.423857.8372-40.7911
CIE-Lab65.990860.3847-41.0222

#e674eb color RGB value is (230,116,235).

#e674eb hex color red value is 230, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e674eb hue: 0.83 , saturation: 0.75 and the lightness value of e674eb is 0.69.

The process color (four color CMYK) of #e674eb color hex is 0.02, 0.51, 0.00, 0.08. Web safe color of #e674eb is #ff66ff. Color #e674eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 11101011
Octal 346 164 353
Decimal 230 116 235
Hex E6 74 EB

RGB Percentages of Color #e674eb

%39.59
%19.97
%40.45

CMYK Percentages of Color #e674eb

%2
%51
%0
%8

Triadic Colors of #e674eb

#e674eb #ebe674 #74ebe6

Analogous Colors of #e674eb

#e674eb #eb74b5 #ab74eb

Monochromatic Colors of #e674eb

#e674eb

Complementary Color

#e674eb #79eb74

#e674eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674eb Color CSS Codes

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

#e674eb Text Font Color

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

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


#e674eb Background Color

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

This div background color is #e674eb


#e674eb Border Color

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

This div border color is #e674eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674eb


Comments

No comments written yet.

Please login to write comment.