Color Hex Logo

#e618cb Color Hex

#E618CB
(230,24,203)
0 Favorites   0 Comments

Color spaces of #e618cb

RGB 23024203
HSL0.860.810.50
HSV308°90°90°
CMYK 0.000.900.12   0.10
XYZ43.739321.788158.4001
Yxy21.78810.35290.1758
Hunter Lab46.677785.5772-41.5053
CIE-Lab53.801485.1558-42.1506

#e618cb color RGB value is (230,24,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 11001011
Octal 346 30 313
Decimal 230 24 203
Hex E6 18 CB

RGB Percentages of Color #e618cb

%50.33
%5.25
%44.42

CMYK Percentages of Color #e618cb

%0
%90
%12
%10

Triadic Colors of #e618cb

#e618cb #cbe618 #18cbe6

Analogous Colors of #e618cb

#e618cb #e61864 #9a18e6

Monochromatic Colors of #e618cb

#e618cb

Complementary Color

#e618cb #18e633

#e618cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e618cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e618cb Color CSS Codes

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

#e618cb Text Font Color

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

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


#e618cb Background Color

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

This div background color is #e618cb


#e618cb Border Color

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

This div border color is #e618cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e618cb


Comments

No comments written yet.

Please login to write comment.