Color Hex Logo

#e970ca Color Hex

#E970CA
(233,112,202)
0 Favorites   0 Comments

Color spaces of #e970ca

RGB 233112202
HSL0.880.730.68
HSV315°52°91°
CMYK 0.000.520.13   0.09
XYZ50.059133.176259.6424
Yxy33.17620.35040.2322
Hunter Lab57.598854.3365-21.0745
CIE-Lab64.303357.6512-25.1881

#e970ca color RGB value is (233,112,202).

#e970ca hex color red value is 233, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e970ca hue: 0.88 , saturation: 0.73 and the lightness value of e970ca is 0.68.

The process color (four color CMYK) of #e970ca color hex is 0.00, 0.52, 0.13, 0.09. Web safe color of #e970ca is #ff66cc. Color #e970ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 11001010
Octal 351 160 312
Decimal 233 112 202
Hex E9 70 CA

RGB Percentages of Color #e970ca

%42.60
%20.48
%36.93

CMYK Percentages of Color #e970ca

%0
%52
%13
%9

Triadic Colors of #e970ca

#e970ca #cae970 #70cae9

Analogous Colors of #e970ca

#e970ca #e9708e #cc70e9

Monochromatic Colors of #e970ca

#e970ca

Complementary Color

#e970ca #70e98f

#e970ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970ca Color CSS Codes

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

#e970ca Text Font Color

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

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


#e970ca Background Color

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

This div background color is #e970ca


#e970ca Border Color

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

This div border color is #e970ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970ca


Comments

No comments written yet.

Please login to write comment.