Color Hex Logo

#e967df Color Hex

#E967DF
(233,103,223)
0 Favorites   0 Comments

Color spaces of #e967df

RGB 233103223
HSL0.850.750.66
HSV305°56°91°
CMYK 0.000.560.04   0.09
XYZ51.773832.351873.3278
Yxy32.35180.32880.2055
Hunter Lab56.878662.9420-36.6215
CIE-Lab63.632665.1011-38.0095

#e967df color RGB value is (233,103,223).

#e967df hex color red value is 233, green value is 103 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e967df hue: 0.85 , saturation: 0.75 and the lightness value of e967df is 0.66.

The process color (four color CMYK) of #e967df color hex is 0.00, 0.56, 0.04, 0.09. Web safe color of #e967df is #ff66cc. Color #e967df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100111 11011111
Octal 351 147 337
Decimal 233 103 223
Hex E9 67 DF

RGB Percentages of Color #e967df

%41.68
%18.43
%39.89

CMYK Percentages of Color #e967df

%0
%56
%4
%9

Triadic Colors of #e967df

#e967df #dfe967 #67dfe9

Analogous Colors of #e967df

#e967df #e9679e #b267e9

Monochromatic Colors of #e967df

#e967df

Complementary Color

#e967df #67e971

#e967df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e967df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e967df Color CSS Codes

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

#e967df Text Font Color

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

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


#e967df Background Color

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

This div background color is #e967df


#e967df Border Color

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

This div border color is #e967df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e967df


Comments

No comments written yet.

Please login to write comment.