Color Hex Logo

#e506cd Color Hex

#E506CD
(229,6,205)
0 Favorites   0 Comments

Color spaces of #e506cd

RGB 2296205
HSL0.850.950.46
HSV306°97°90°
CMYK 0.000.970.10   0.10
XYZ43.397721.196059.5615
Yxy21.19600.34950.1707
Hunter Lab46.039187.6904-44.4770
CIE-Lab53.163386.8987-44.3209

#e506cd color RGB value is (229,6,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 11001101
Octal 345 6 315
Decimal 229 6 205
Hex E5 6 CD

RGB Percentages of Color #e506cd

%52.05
%1.36
%46.59

CMYK Percentages of Color #e506cd

%0
%97
%10
%10

Triadic Colors of #e506cd

#e506cd #cde506 #06cde5

Analogous Colors of #e506cd

#e506cd #e5065e #8e06e5

Monochromatic Colors of #e506cd

#e506cd

Complementary Color

#e506cd #06e51e

#e506cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506cd Color CSS Codes

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

#e506cd Text Font Color

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

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


#e506cd Background Color

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

This div background color is #e506cd


#e506cd Border Color

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

This div border color is #e506cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506cd


Comments

No comments written yet.

Please login to write comment.