Color Hex Logo

#e6229b Color Hex

#E6229B
(230,34,155)
0 Favorites   0 Comments

Color spaces of #e6229b

RGB 23034155
HSL0.900.800.52
HSV323°85°90°
CMYK 0.000.850.33   0.10
XYZ39.121520.333632.8732
Yxy20.33360.42370.2202
Hunter Lab45.092875.9502-11.6582
CIE-Lab52.212377.9124-16.5632

#e6229b color RGB value is (230,34,155).

#e6229b hex color red value is 230, green value is 34 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e6229b hue: 0.90 , saturation: 0.80 and the lightness value of e6229b is 0.52.

The process color (four color CMYK) of #e6229b color hex is 0.00, 0.85, 0.33, 0.10. Web safe color of #e6229b is #ff3399. Color #e6229b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100010 10011011
Octal 346 42 233
Decimal 230 34 155
Hex E6 22 9B

RGB Percentages of Color #e6229b

%54.89
%8.11
%36.99

CMYK Percentages of Color #e6229b

%0
%85
%33
%10

Triadic Colors of #e6229b

#e6229b #9be622 #229be6

Analogous Colors of #e6229b

#e6229b #e62239 #cf22e6

Monochromatic Colors of #e6229b

#e6229b

Complementary Color

#e6229b #22e66d

#e6229b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6229b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6229b Color CSS Codes

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

#e6229b Text Font Color

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

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


#e6229b Background Color

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

This div background color is #e6229b


#e6229b Border Color

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

This div border color is #e6229b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,34,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6229b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6229b;
  -webkit-box-shadow: 1px 1px 3px 2px #e6229b;
  box-shadow:         1px 1px 3px 2px #e6229b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,34,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6229b


Comments

No comments written yet.

Please login to write comment.