Color Hex Logo

#e618de Color Hex

#E618DE
(230,24,222)
0 Favorites   0 Comments

Color spaces of #e618de

RGB 23024222
HSL0.840.810.50
HSV302°90°90°
CMYK 0.000.900.03   0.10
XYZ46.144622.750271.0664
Yxy22.75020.32970.1625
Hunter Lab47.697289.2197-54.9511
CIE-Lab54.814187.7411-51.3929

#e618de color RGB value is (230,24,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 11011110
Octal 346 30 336
Decimal 230 24 222
Hex E6 18 DE

RGB Percentages of Color #e618de

%48.32
%5.04
%46.64

CMYK Percentages of Color #e618de

%0
%90
%3
%10

Triadic Colors of #e618de

#e618de #dee618 #18dee6

Analogous Colors of #e618de

#e618de #e61877 #8718e6

Monochromatic Colors of #e618de

#e618de

Complementary Color

#e618de #18e620

#e618de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e618de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e618de Color CSS Codes

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

#e618de Text Font Color

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

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


#e618de Background Color

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

This div background color is #e618de


#e618de Border Color

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

This div border color is #e618de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e618de


Comments

No comments written yet.

Please login to write comment.