Color Hex Logo

#e60dcf Color Hex

#E60DCF
(230,13,207)
0 Favorites   0 Comments

Color spaces of #e60dcf

RGB 23013207
HSL0.850.890.48
HSV306°94°90°
CMYK 0.000.940.10   0.10
XYZ44.039521.615860.8826
Yxy21.61580.34800.1708
Hunter Lab46.492887.7187-45.0957
CIE-Lab53.617086.8322-44.7393

#e60dcf color RGB value is (230,13,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001101 11001111
Octal 346 15 317
Decimal 230 13 207
Hex E6 D CF

RGB Percentages of Color #e60dcf

%51.11
%2.89
%46.00

CMYK Percentages of Color #e60dcf

%0
%94
%10
%10

Triadic Colors of #e60dcf

#e60dcf #cfe60d #0dcfe6

Analogous Colors of #e60dcf

#e60dcf #e60d62 #910de6

Monochromatic Colors of #e60dcf

#e60dcf

Complementary Color

#e60dcf #0de624

#e60dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60dcf Color CSS Codes

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

#e60dcf Text Font Color

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

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


#e60dcf Background Color

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

This div background color is #e60dcf


#e60dcf Border Color

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

This div border color is #e60dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60dcf


Comments

No comments written yet.

Please login to write comment.