Color Hex Logo

#ee48ca Color Hex

#EE48CA
(238,72,202)
0 Favorites   0 Comments

Color spaces of #ee48ca

RGB 23872202
HSL0.870.830.61
HSV313°70°93°
CMYK 0.000.700.15   0.07
XYZ48.237927.076158.5609
Yxy27.07610.36030.2022
Hunter Lab52.034774.4147-30.3019
CIE-Lab59.044775.3604-33.2595

#ee48ca color RGB value is (238,72,202).

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

The process color (four color CMYK) of #ee48ca color hex is 0.00, 0.70, 0.15, 0.07. Web safe color of #ee48ca is #ff33cc. Color #ee48ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001000 11001010
Octal 356 110 312
Decimal 238 72 202
Hex EE 48 CA

RGB Percentages of Color #ee48ca

%46.48
%14.06
%39.45

CMYK Percentages of Color #ee48ca

%0
%70
%15
%7

Triadic Colors of #ee48ca

#ee48ca #caee48 #48caee

Analogous Colors of #ee48ca

#ee48ca #ee4877 #bf48ee

Monochromatic Colors of #ee48ca

#ee48ca

Complementary Color

#ee48ca #48ee6c

#ee48ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee48ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee48ca Color CSS Codes

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

#ee48ca Text Font Color

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

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


#ee48ca Background Color

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

This div background color is #ee48ca


#ee48ca Border Color

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

This div border color is #ee48ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee48ca


Comments

No comments written yet.

Please login to write comment.