Color Hex Logo

#ee58ca Color Hex

#EE58CA
(238,88,202)
0 Favorites   0 Comments

Color spaces of #ee58ca

RGB 23888202
HSL0.870.820.64
HSV314°63°93°
CMYK 0.000.630.15   0.07
XYZ49.410329.420958.9517
Yxy29.42090.35860.2135
Hunter Lab54.241067.6809-26.4704
CIE-Lab61.151369.4855-29.9884

#ee58ca color RGB value is (238,88,202).

#ee58ca hex color red value is 238, green value is 88 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ee58ca hue: 0.87 , saturation: 0.82 and the lightness value of ee58ca is 0.64.

The process color (four color CMYK) of #ee58ca color hex is 0.00, 0.63, 0.15, 0.07. Web safe color of #ee58ca is #ff66cc. Color #ee58ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011000 11001010
Octal 356 130 312
Decimal 238 88 202
Hex EE 58 CA

RGB Percentages of Color #ee58ca

%45.08
%16.67
%38.26

CMYK Percentages of Color #ee58ca

%0
%63
%15
%7

Triadic Colors of #ee58ca

#ee58ca #caee58 #58caee

Analogous Colors of #ee58ca

#ee58ca #ee587f #c758ee

Monochromatic Colors of #ee58ca

#ee58ca

Complementary Color

#ee58ca #58ee7c

#ee58ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee58ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee58ca Color CSS Codes

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

#ee58ca Text Font Color

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

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


#ee58ca Background Color

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

This div background color is #ee58ca


#ee58ca Border Color

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

This div border color is #ee58ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee58ca


Comments

No comments written yet.

Please login to write comment.