Color Hex Logo

#ee3dbe Color Hex

#EE3DBE
(238,61,190)
0 Favorites   0 Comments

Color spaces of #ee3dbe

RGB 23861190
HSL0.880.840.59
HSV316°74°93°
CMYK 0.000.740.20   0.07
XYZ46.222925.232351.1493
Yxy25.23230.37700.2058
Hunter Lab50.231876.3488-25.2108
CIE-Lab57.301177.2436-29.0924

#ee3dbe color RGB value is (238,61,190).

#ee3dbe hex color red value is 238, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ee3dbe hue: 0.88 , saturation: 0.84 and the lightness value of ee3dbe is 0.59.

The process color (four color CMYK) of #ee3dbe color hex is 0.00, 0.74, 0.20, 0.07. Web safe color of #ee3dbe is #ff33cc. Color #ee3dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111101 10111110
Octal 356 75 276
Decimal 238 61 190
Hex EE 3D BE

RGB Percentages of Color #ee3dbe

%48.67
%12.47
%38.85

CMYK Percentages of Color #ee3dbe

%0
%74
%20
%7

Triadic Colors of #ee3dbe

#ee3dbe #beee3d #3dbeee

Analogous Colors of #ee3dbe

#ee3dbe #ee3d66 #c63dee

Monochromatic Colors of #ee3dbe

#ee3dbe

Complementary Color

#ee3dbe #3dee6d

#ee3dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3dbe Color CSS Codes

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

#ee3dbe Text Font Color

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

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


#ee3dbe Background Color

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

This div background color is #ee3dbe


#ee3dbe Border Color

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

This div border color is #ee3dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3dbe

Related Colors


Comments

No comments written yet.

Please login to write comment.