color codes Logo

#e607db color codes

#E607DB
(230,7,219)
0 Favorites   0 Comments

Color spaces of #e607db

RGB 2307219
HSL0.840.940.46
HSV303°97°90°
CMYK 0.000.970.05   0.10
XYZ45.495322.089468.8836
Yxy22.08940.33340.1619
Hunter Lab46.999490.5388-53.9976
CIE-Lab54.121788.8736-50.7919

#e607db color RGB value is (230,7,219).

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

The process color (four color CMYK) of #e607db color code is 0.00, 0.97, 0.05, 0.10. Web safe color of #e607db is #ff00cc. Color #e607db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 11011011
Octal 346 7 333
Decimal 230 7 219
Hex E6 7 DB

RGB Percentages of Color #e607db

%50.44
%1.54
%48.03

CMYK Percentages of Color #e607db

%0
%97
%5
%10

Triadic Colors of #e607db

#e607db #dbe607 #07dbe6

Analogous Colors of #e607db

#e607db #e6076c #8207e6

Monochromatic Colors of #e607db

#e607db

Complementary Color

#e607db #07e612

#e607db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e607db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e607db Color CSS Codes

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

#e607db Text Font Color

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

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


#e607db Background Color

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

This div background color is #e607db


#e607db Border Color

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

This div border color is #e607db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e607db


Comments

No comments written yet.

Please login to write comment.