Color Hex Logo

#ee5bda Color Hex

#EE5BDA
(238,91,218)
0 Favorites   0 Comments

Color spaces of #ee5bda

RGB 23891218
HSL0.860.810.65
HSV308°62°93°
CMYK 0.000.620.08   0.07
XYZ51.655930.721369.5369
Yxy30.72130.34000.2022
Hunter Lab55.426869.3591-35.5848
CIE-Lab62.271770.6569-37.2814

#ee5bda color RGB value is (238,91,218).

#ee5bda hex color red value is 238, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ee5bda hue: 0.86 , saturation: 0.81 and the lightness value of ee5bda is 0.65.

The process color (four color CMYK) of #ee5bda color hex is 0.00, 0.62, 0.08, 0.07. Web safe color of #ee5bda is #ff66cc. Color #ee5bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011011 11011010
Octal 356 133 332
Decimal 238 91 218
Hex EE 5B DA

RGB Percentages of Color #ee5bda

%43.51
%16.64
%39.85

CMYK Percentages of Color #ee5bda

%0
%62
%8
%7

Triadic Colors of #ee5bda

#ee5bda #daee5b #5bdaee

Analogous Colors of #ee5bda

#ee5bda #ee5b91 #b95bee

Monochromatic Colors of #ee5bda

#ee5bda

Complementary Color

#ee5bda #5bee6f

#ee5bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5bda Color CSS Codes

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

#ee5bda Text Font Color

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

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


#ee5bda Background Color

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

This div background color is #ee5bda


#ee5bda Border Color

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

This div border color is #ee5bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5bda


Comments

No comments written yet.

Please login to write comment.