Color Hex Logo

#e61bd1 Color Hex

#E61BD1
(230,27,209)
0 Favorites   0 Comments

Color spaces of #e61bd1

RGB 23027209
HSL0.850.800.50
HSV306°88°90°
CMYK 0.000.880.09   0.10
XYZ44.533722.210362.2614
Yxy22.21030.34520.1722
Hunter Lab47.127886.2010-45.3396
CIE-Lab54.249485.5479-44.8834

#e61bd1 color RGB value is (230,27,209).

#e61bd1 hex color red value is 230, green value is 27 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #e61bd1 hue: 0.85 , saturation: 0.80 and the lightness value of e61bd1 is 0.50.

The process color (four color CMYK) of #e61bd1 color hex is 0.00, 0.88, 0.09, 0.10. Web safe color of #e61bd1 is #ff33cc. Color #e61bd1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011011 11010001
Octal 346 33 321
Decimal 230 27 209
Hex E6 1B D1

RGB Percentages of Color #e61bd1

%49.36
%5.79
%44.85

CMYK Percentages of Color #e61bd1

%0
%88
%9
%10

Triadic Colors of #e61bd1

#e61bd1 #d1e61b #1bd1e6

Analogous Colors of #e61bd1

#e61bd1 #e61b6c #961be6

Monochromatic Colors of #e61bd1

#e61bd1

Complementary Color

#e61bd1 #1be630

#e61bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61bd1 Color CSS Codes

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

#e61bd1 Text Font Color

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

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


#e61bd1 Background Color

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

This div background color is #e61bd1


#e61bd1 Border Color

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

This div border color is #e61bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61bd1


Comments

No comments written yet.

Please login to write comment.