Color Hex Logo

#e167da Color Hex

#E167DA
(225,103,218)
0 Favorites   0 Comments

Color spaces of #e167da

RGB 225103218
HSL0.840.670.64
HSV303°54°88°
CMYK 0.000.540.03   0.12
XYZ48.556530.770069.7097
Yxy30.77000.32580.2065
Hunter Lab55.470759.1769-35.6799
CIE-Lab62.313062.1491-37.3526

#e167da color RGB value is (225,103,218).

#e167da hex color red value is 225, green value is 103 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e167da hue: 0.84 , saturation: 0.67 and the lightness value of e167da is 0.64.

The process color (four color CMYK) of #e167da color hex is 0.00, 0.54, 0.03, 0.12. Web safe color of #e167da is #cc66cc. Color #e167da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100111 11011010
Octal 341 147 332
Decimal 225 103 218
Hex E1 67 DA

RGB Percentages of Color #e167da

%41.21
%18.86
%39.93

CMYK Percentages of Color #e167da

%0
%54
%3
%12

Triadic Colors of #e167da

#e167da #dae167 #67dae1

Analogous Colors of #e167da

#e167da #e1679d #ab67e1

Monochromatic Colors of #e167da

#e167da

Complementary Color

#e167da #67e16e

#e167da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e167da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e167da Color CSS Codes

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

#e167da Text Font Color

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

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


#e167da Background Color

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

This div background color is #e167da


#e167da Border Color

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

This div border color is #e167da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,103,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 #e167da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e167da


Comments

No comments written yet.

Please login to write comment.