Color Hex Logo

#ea3deb Color Hex

#EA3DEB
(234,61,235)
0 Favorites   0 Comments

Color spaces of #ea3deb

RGB 23461235
HSL0.830.810.58
HSV300°74°92°
CMYK 0.000.740.00   0.08
XYZ50.595826.828181.1089
Yxy26.82810.31920.1692
Hunter Lab51.795883.7216-56.5872
CIE-Lab58.814982.7463-52.3095

#ea3deb color RGB value is (234,61,235).

#ea3deb hex color red value is 234, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ea3deb hue: 0.83 , saturation: 0.81 and the lightness value of ea3deb is 0.58.

The process color (four color CMYK) of #ea3deb color hex is 0.00, 0.74, 0.00, 0.08. Web safe color of #ea3deb is #ff33ff. Color #ea3deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111101 11101011
Octal 352 75 353
Decimal 234 61 235
Hex EA 3D EB

RGB Percentages of Color #ea3deb

%44.15
%11.51
%44.34

CMYK Percentages of Color #ea3deb

%0
%74
%0
%8

Triadic Colors of #ea3deb

#ea3deb #ebea3d #3debea

Analogous Colors of #ea3deb

#ea3deb #eb3d95 #933deb

Monochromatic Colors of #ea3deb

#ea3deb

Complementary Color

#ea3deb #3eeb3d

#ea3deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3deb Color CSS Codes

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

#ea3deb Text Font Color

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

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


#ea3deb Background Color

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

This div background color is #ea3deb


#ea3deb Border Color

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

This div border color is #ea3deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3deb


Comments

No comments written yet.

Please login to write comment.