Color Hex Logo

#e674fb Color Hex

#E674FB
(230,116,251)
0 Favorites   0 Comments

Color spaces of #e674fb

RGB 230116251
HSL0.810.940.72
HSV291°54°98°
CMYK 0.080.540.00   0.02
XYZ56.291136.278895.3024
Yxy36.27880.29960.1931
Hunter Lab60.231961.4155-51.6498
CIE-Lab66.732463.2864-48.6710

#e674fb color RGB value is (230,116,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 11111011
Octal 346 164 373
Decimal 230 116 251
Hex E6 74 FB

RGB Percentages of Color #e674fb

%38.53
%19.43
%42.04

CMYK Percentages of Color #e674fb

%8
%54
%0
%2

Triadic Colors of #e674fb

#e674fb #fbe674 #74fbe6

Analogous Colors of #e674fb

#e674fb #fb74cd #a374fb

Monochromatic Colors of #e674fb

#e674fb

Complementary Color

#e674fb #89fb74

#e674fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674fb Color CSS Codes

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

#e674fb Text Font Color

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

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


#e674fb Background Color

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

This div background color is #e674fb


#e674fb Border Color

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

This div border color is #e674fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674fb

Related Colors


Comments

No comments written yet.

Please login to write comment.