Color Hex Logo

#ee3483 Color Hex

#EE3483
(238,52,131)
0 Favorites   0 Comments

Color spaces of #ee3483

RGB 23852131
HSL0.930.850.57
HSV335°78°93°
CMYK 0.000.780.45   0.07
XYZ40.584622.271823.6326
Yxy22.27180.46920.2575
Hunter Lab47.193070.91703.3448
CIE-Lab54.314273.43251.0380

#ee3483 color RGB value is (238,52,131).

#ee3483 hex color red value is 238, green value is 52 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ee3483 hue: 0.93 , saturation: 0.85 and the lightness value of ee3483 is 0.57.

The process color (four color CMYK) of #ee3483 color hex is 0.00, 0.78, 0.45, 0.07. Web safe color of #ee3483 is #ff3399. Color #ee3483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110100 10000011
Octal 356 64 203
Decimal 238 52 131
Hex EE 34 83

RGB Percentages of Color #ee3483

%56.53
%12.35
%31.12

CMYK Percentages of Color #ee3483

%0
%78
%45
%7

Triadic Colors of #ee3483

#ee3483 #83ee34 #3483ee

Analogous Colors of #ee3483

#ee3483 #ee4234 #ee34e0

Monochromatic Colors of #ee3483

#ee3483

Complementary Color

#ee3483 #34ee9f

#ee3483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3483 Color CSS Codes

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

#ee3483 Text Font Color

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

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


#ee3483 Background Color

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

This div background color is #ee3483


#ee3483 Border Color

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

This div border color is #ee3483


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,52,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3483


Comments

No comments written yet.

Please login to write comment.