Color Hex Logo

#ea6beb Color Hex

#EA6BEB
(234,107,235)
0 Favorites   0 Comments

Color spaces of #ea6beb

RGB 234107235
HSL0.830.760.67
HSV300°54°92°
CMYK 0.000.540.00   0.08
XYZ54.184834.006082.3052
Yxy34.00600.31780.1995
Hunter Lab58.314763.8079-42.8615
CIE-Lab64.967365.5905-42.5889

#ea6beb color RGB value is (234,107,235).

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

The process color (four color CMYK) of #ea6beb color hex is 0.00, 0.54, 0.00, 0.08. Web safe color of #ea6beb is #ff66ff. Color #ea6beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101011 11101011
Octal 352 153 353
Decimal 234 107 235
Hex EA 6B EB

RGB Percentages of Color #ea6beb

%40.63
%18.58
%40.80

CMYK Percentages of Color #ea6beb

%0
%54
%0
%8

Triadic Colors of #ea6beb

#ea6beb #ebea6b #6bebea

Analogous Colors of #ea6beb

#ea6beb #eb6bac #aa6beb

Monochromatic Colors of #ea6beb

#ea6beb

Complementary Color

#ea6beb #6ceb6b

#ea6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6beb Color CSS Codes

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

#ea6beb Text Font Color

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

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


#ea6beb Background Color

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

This div background color is #ea6beb


#ea6beb Border Color

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

This div border color is #ea6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6beb


Comments

No comments written yet.

Please login to write comment.