Color Hex Logo

#e674be Color Hex

#E674BE
(230,116,190)
0 Favorites   0 Comments

Color spaces of #e674be

RGB 230116190
HSL0.890.700.68
HSV321°50°90°
CMYK 0.000.500.17   0.10
XYZ48.172833.031552.5519
Yxy33.03150.36020.2470
Hunter Lab57.473049.0375-13.9822
CIE-Lab64.186453.0184-18.6295

#e674be color RGB value is (230,116,190).

#e674be hex color red value is 230, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e674be hue: 0.89 , saturation: 0.70 and the lightness value of e674be is 0.68.

The process color (four color CMYK) of #e674be color hex is 0.00, 0.50, 0.17, 0.10. Web safe color of #e674be is #ff66cc. Color #e674be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 10111110
Octal 346 164 276
Decimal 230 116 190
Hex E6 74 BE

RGB Percentages of Color #e674be

%42.91
%21.64
%35.45

CMYK Percentages of Color #e674be

%0
%50
%17
%10

Triadic Colors of #e674be

#e674be #bee674 #74bee6

Analogous Colors of #e674be

#e674be #e67485 #d574e6

Monochromatic Colors of #e674be

#e674be

Complementary Color

#e674be #74e69c

#e674be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674be Color CSS Codes

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

#e674be Text Font Color

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

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


#e674be Background Color

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

This div background color is #e674be


#e674be Border Color

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

This div border color is #e674be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674be


Comments

No comments written yet.

Please login to write comment.