Color Hex Logo

#e618bd Color Hex

#E618BD
(230,24,189)
0 Favorites   0 Comments

Color spaces of #e618bd

RGB 23024189
HSL0.870.810.50
HSV312°90°90°
CMYK 0.000.900.18   0.10
XYZ42.145121.150450.0053
Yxy21.15040.37200.1867
Hunter Lab45.989683.0967-32.2744
CIE-Lab53.113783.3722-35.1441

#e618bd color RGB value is (230,24,189).

#e618bd hex color red value is 230, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e618bd hue: 0.87 , saturation: 0.81 and the lightness value of e618bd is 0.50.

The process color (four color CMYK) of #e618bd color hex is 0.00, 0.90, 0.18, 0.10. Web safe color of #e618bd is #ff00cc. Color #e618bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 10111101
Octal 346 30 275
Decimal 230 24 189
Hex E6 18 BD

RGB Percentages of Color #e618bd

%51.92
%5.42
%42.66

CMYK Percentages of Color #e618bd

%0
%90
%18
%10

Triadic Colors of #e618bd

#e618bd #bde618 #18bde6

Analogous Colors of #e618bd

#e618bd #e61856 #a818e6

Monochromatic Colors of #e618bd

#e618bd

Complementary Color

#e618bd #18e641

#e618bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e618bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e618bd Color CSS Codes

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

#e618bd Text Font Color

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

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


#e618bd Background Color

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

This div background color is #e618bd


#e618bd Border Color

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

This div border color is #e618bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e618bd


Comments

No comments written yet.

Please login to write comment.