Color Hex Logo

#e967ed Color Hex

#E967ED
(233,103,237)
0 Favorites   0 Comments

Color spaces of #e967ed

RGB 233103237
HSL0.830.790.67
HSV298°57°93°
CMYK 0.020.570.00   0.07
XYZ53.740633.138683.6847
Yxy33.13860.31510.1943
Hunter Lab57.566165.8971-45.8944
CIE-Lab64.273067.4474-44.7983

#e967ed color RGB value is (233,103,237).

#e967ed hex color red value is 233, green value is 103 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e967ed hue: 0.83 , saturation: 0.79 and the lightness value of e967ed is 0.67.

The process color (four color CMYK) of #e967ed color hex is 0.02, 0.57, 0.00, 0.07. Web safe color of #e967ed is #ff66ff. Color #e967ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100111 11101101
Octal 351 147 355
Decimal 233 103 237
Hex E9 67 ED

RGB Percentages of Color #e967ed

%40.66
%17.98
%41.36

CMYK Percentages of Color #e967ed

%2
%57
%0
%7

Triadic Colors of #e967ed

#e967ed #ede967 #67ede9

Analogous Colors of #e967ed

#e967ed #ed67ae #a667ed

Monochromatic Colors of #e967ed

#e967ed

Complementary Color

#e967ed #6bed67

#e967ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e967ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e967ed Color CSS Codes

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

#e967ed Text Font Color

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

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


#e967ed Background Color

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

This div background color is #e967ed


#e967ed Border Color

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

This div border color is #e967ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,103,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e967ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e967ed;
  -webkit-box-shadow: 1px 1px 3px 2px #e967ed;
  box-shadow:         1px 1px 3px 2px #e967ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,103,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e967ed


Comments

No comments written yet.

Please login to write comment.