color codes Logo

#e603dd color codes

#E603DD
(230,3,221)
0 Favorites   0 Comments

Color spaces of #e603dd

RGB 2303221
HSL0.840.970.46
HSV302°99°90°
CMYK 0.000.990.04   0.10
XYZ45.716822.108670.2644
Yxy22.10860.33110.1601
Hunter Lab47.019891.2689-55.6867
CIE-Lab54.142089.4197-51.8965

#e603dd color RGB value is (230,3,221).

#e603dd hex color red value is 230, green value is 3 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e603dd hue: 0.84 , saturation: 0.97 and the lightness value of e603dd is 0.46.

The process color (four color CMYK) of #e603dd color code is 0.00, 0.99, 0.04, 0.10. Web safe color of #e603dd is #ff00cc. Color #e603dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000011 11011101
Octal 346 3 335
Decimal 230 3 221
Hex E6 3 DD

RGB Percentages of Color #e603dd

%50.66
%0.66
%48.68

CMYK Percentages of Color #e603dd

%0
%99
%4
%10

Triadic Colors of #e603dd

#e603dd #dde603 #03dde6

Analogous Colors of #e603dd

#e603dd #e6036c #7e03e6

Monochromatic Colors of #e603dd

#e603dd

Complementary Color

#e603dd #03e60c

#e603dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e603dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e603dd Color CSS Codes

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

#e603dd Text Font Color

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

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


#e603dd Background Color

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

This div background color is #e603dd


#e603dd Border Color

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

This div border color is #e603dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e603dd


Comments

No comments written yet.

Please login to write comment.