Color Hex Logo

#e607cd Color Hex

#E607CD
(230,7,205)
0 Favorites   0 Comments

Color spaces of #e607cd

RGB 2307205
HSL0.850.940.46
HSV307°97°90°
CMYK 0.000.970.11   0.10
XYZ43.728621.382759.5801
Yxy21.38270.35070.1715
Hunter Lab46.241487.8775-44.0236
CIE-Lab53.365887.0021-43.9889

#e607cd color RGB value is (230,7,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 11001101
Octal 346 7 315
Decimal 230 7 205
Hex E6 7 CD

RGB Percentages of Color #e607cd

%52.04
%1.58
%46.38

CMYK Percentages of Color #e607cd

%0
%97
%11
%10

Triadic Colors of #e607cd

#e607cd #cde607 #07cde6

Analogous Colors of #e607cd

#e607cd #e6075e #9007e6

Monochromatic Colors of #e607cd

#e607cd

Complementary Color

#e607cd #07e620

#e607cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e607cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e607cd Color CSS Codes

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

#e607cd Text Font Color

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

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


#e607cd Background Color

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

This div background color is #e607cd


#e607cd Border Color

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

This div border color is #e607cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e607cd


Comments

No comments written yet.

Please login to write comment.