Color Hex Logo

#ea68db Color Hex

#EA68DB
(234,104,219)
0 Favorites   0 Comments

Color spaces of #ea68db

RGB 234104219
HSL0.850.760.66
HSV307°56°92°
CMYK 0.000.560.06   0.08
XYZ51.668232.507570.5692
Yxy32.50750.33390.2101
Hunter Lab57.015361.9826-33.4738
CIE-Lab63.760164.2735-35.5631

#ea68db color RGB value is (234,104,219).

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

The process color (four color CMYK) of #ea68db color hex is 0.00, 0.56, 0.06, 0.08. Web safe color of #ea68db is #ff66cc. Color #ea68db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 11011011
Octal 352 150 333
Decimal 234 104 219
Hex EA 68 DB

RGB Percentages of Color #ea68db

%42.01
%18.67
%39.32

CMYK Percentages of Color #ea68db

%0
%56
%6
%8

Triadic Colors of #ea68db

#ea68db #dbea68 #68dbea

Analogous Colors of #ea68db

#ea68db #ea689a #b868ea

Monochromatic Colors of #ea68db

#ea68db

Complementary Color

#ea68db #68ea77

#ea68db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea68db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea68db Color CSS Codes

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

#ea68db Text Font Color

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

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


#ea68db Background Color

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

This div background color is #ea68db


#ea68db Border Color

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

This div border color is #ea68db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea68db


Comments

No comments written yet.

Please login to write comment.