Color Hex Logo

#ee30ca Color Hex

#EE30CA
(238,48,202)
0 Favorites   0 Comments

Color spaces of #ee30ca

RGB 23848202
HSL0.860.850.56
HSV311°80°93°
CMYK 0.000.800.15   0.07
XYZ46.977524.555358.1408
Yxy24.55530.36230.1894
Hunter Lab49.553382.5032-34.8775
CIE-Lab56.639582.2231-37.0165

#ee30ca color RGB value is (238,48,202).

#ee30ca hex color red value is 238, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ee30ca hue: 0.86 , saturation: 0.85 and the lightness value of ee30ca is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 11001010
Octal 356 60 312
Decimal 238 48 202
Hex EE 30 CA

RGB Percentages of Color #ee30ca

%48.77
%9.84
%41.39

CMYK Percentages of Color #ee30ca

%0
%80
%15
%7

Triadic Colors of #ee30ca

#ee30ca #caee30 #30caee

Analogous Colors of #ee30ca

#ee30ca #ee306b #b330ee

Monochromatic Colors of #ee30ca

#ee30ca

Complementary Color

#ee30ca #30ee54

#ee30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee30ca Color CSS Codes

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

#ee30ca Text Font Color

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

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


#ee30ca Background Color

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

This div background color is #ee30ca


#ee30ca Border Color

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

This div border color is #ee30ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee30ca


Comments

No comments written yet.

Please login to write comment.