Color Hex Logo

#e674cc Color Hex

#E674CC
(230,116,204)
0 Favorites   0 Comments

Color spaces of #e674cc

RGB 230116204
HSL0.870.700.68
HSV314°50°90°
CMYK 0.000.500.11   0.10
XYZ49.777633.673461.0028
Yxy33.67340.34460.2331
Hunter Lab58.028851.5685-21.7085
CIE-Lab64.702555.1724-25.7347

#e674cc color RGB value is (230,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 11001100
Octal 346 164 314
Decimal 230 116 204
Hex E6 74 CC

RGB Percentages of Color #e674cc

%41.82
%21.09
%37.09

CMYK Percentages of Color #e674cc

%0
%50
%11
%10

Triadic Colors of #e674cc

#e674cc #cce674 #74cce6

Analogous Colors of #e674cc

#e674cc #e67493 #c774e6

Monochromatic Colors of #e674cc

#e674cc

Complementary Color

#e674cc #74e68e

#e674cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674cc Color CSS Codes

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

#e674cc Text Font Color

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

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


#e674cc Background Color

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

This div background color is #e674cc


#e674cc Border Color

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

This div border color is #e674cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674cc


Comments

No comments written yet.

Please login to write comment.