Color Hex Logo

#e676fb Color Hex

#E676FB
(230,118,251)
0 Favorites   0 Comments

Color spaces of #e676fb

RGB 230118251
HSL0.810.940.72
HSV291°53°98°
CMYK 0.080.530.00   0.02
XYZ56.524136.744995.3801
Yxy36.74490.29960.1948
Hunter Lab60.617660.3652-50.8589
CIE-Lab67.085262.3442-48.1147

#e676fb color RGB value is (230,118,251).

#e676fb hex color red value is 230, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e676fb hue: 0.81 , saturation: 0.94 and the lightness value of e676fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110110 11111011
Octal 346 166 373
Decimal 230 118 251
Hex E6 76 FB

RGB Percentages of Color #e676fb

%38.40
%19.70
%41.90

CMYK Percentages of Color #e676fb

%8
%53
%0
%2

Triadic Colors of #e676fb

#e676fb #fbe676 #76fbe6

Analogous Colors of #e676fb

#e676fb #fb76ce #a476fb

Monochromatic Colors of #e676fb

#e676fb

Complementary Color

#e676fb #8bfb76

#e676fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e676fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e676fb Color CSS Codes

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

#e676fb Text Font Color

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

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


#e676fb Background Color

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

This div background color is #e676fb


#e676fb Border Color

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

This div border color is #e676fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e676fb


Comments

No comments written yet.

Please login to write comment.