Color Hex Logo

#e674ca Color Hex

#E674CA
(230,116,202)
0 Favorites   0 Comments

Color spaces of #e674ca

RGB 230116202
HSL0.870.700.68
HSV315°50°90°
CMYK 0.000.500.12   0.10
XYZ49.539233.578059.7473
Yxy33.57800.34680.2350
Hunter Lab57.946551.1954-20.5700
CIE-Lab64.626254.8567-24.7273

#e674ca color RGB value is (230,116,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 11001010
Octal 346 164 312
Decimal 230 116 202
Hex E6 74 CA

RGB Percentages of Color #e674ca

%41.97
%21.17
%36.86

CMYK Percentages of Color #e674ca

%0
%50
%12
%10

Triadic Colors of #e674ca

#e674ca #cae674 #74cae6

Analogous Colors of #e674ca

#e674ca #e67491 #c974e6

Monochromatic Colors of #e674ca

#e674ca

Complementary Color

#e674ca #74e690

#e674ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674ca Color CSS Codes

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

#e674ca Text Font Color

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

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


#e674ca Background Color

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

This div background color is #e674ca


#e674ca Border Color

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

This div border color is #e674ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674ca


Comments

No comments written yet.

Please login to write comment.