Color Hex Logo

#e567ea Color Hex

#E567EA
(229,103,234)
0 Favorites   0 Comments

Color spaces of #e567ea

RGB 229103234
HSL0.830.760.66
HSV298°56°92°
CMYK 0.020.560.00   0.08
XYZ52.014632.299081.3348
Yxy32.29900.31400.1950
Hunter Lab56.832263.9124-45.0697
CIE-Lab63.589265.9200-44.2460

#e567ea color RGB value is (229,103,234).

#e567ea hex color red value is 229, green value is 103 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e567ea hue: 0.83 , saturation: 0.76 and the lightness value of e567ea is 0.66.

The process color (four color CMYK) of #e567ea color hex is 0.02, 0.56, 0.00, 0.08. Web safe color of #e567ea is #cc66ff. Color #e567ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100111 11101010
Octal 345 147 352
Decimal 229 103 234
Hex E5 67 EA

RGB Percentages of Color #e567ea

%40.46
%18.20
%41.34

CMYK Percentages of Color #e567ea

%2
%56
%0
%8

Triadic Colors of #e567ea

#e567ea #eae567 #67eae5

Analogous Colors of #e567ea

#e567ea #ea67ae #a467ea

Monochromatic Colors of #e567ea

#e567ea

Complementary Color

#e567ea #6cea67

#e567ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e567ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e567ea Color CSS Codes

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

#e567ea Text Font Color

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

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


#e567ea Background Color

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

This div background color is #e567ea


#e567ea Border Color

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

This div border color is #e567ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e567ea


Comments

No comments written yet.

Please login to write comment.