Color Hex Logo

#e60dcb Color Hex

#E60DCB
(230,13,203)
0 Favorites   0 Comments

Color spaces of #e60dcb

RGB 23013203
HSL0.850.890.48
HSV307°94°90°
CMYK 0.000.940.12   0.10
XYZ43.556521.422658.3392
Yxy21.42260.35320.1737
Hunter Lab46.284686.9811-42.3327
CIE-Lab53.408986.3092-42.7708

#e60dcb color RGB value is (230,13,203).

#e60dcb hex color red value is 230, green value is 13 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e60dcb hue: 0.85 , saturation: 0.89 and the lightness value of e60dcb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001101 11001011
Octal 346 15 313
Decimal 230 13 203
Hex E6 D CB

RGB Percentages of Color #e60dcb

%51.57
%2.91
%45.52

CMYK Percentages of Color #e60dcb

%0
%94
%12
%10

Triadic Colors of #e60dcb

#e60dcb #cbe60d #0dcbe6

Analogous Colors of #e60dcb

#e60dcb #e60d5e #950de6

Monochromatic Colors of #e60dcb

#e60dcb

Complementary Color

#e60dcb #0de628

#e60dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60dcb Color CSS Codes

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

#e60dcb Text Font Color

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

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


#e60dcb Background Color

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

This div background color is #e60dcb


#e60dcb Border Color

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

This div border color is #e60dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,13,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 #e60dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60dcb


Comments

No comments written yet.

Please login to write comment.