Color Hex Logo

#e705cd Color Hex

#E705CD
(231,5,205)
0 Favorites   0 Comments

Color spaces of #e705cd

RGB 2315205
HSL0.850.960.46
HSV307°98°91°
CMYK 0.000.980.11   0.09
XYZ44.028721.505259.5880
Yxy21.50520.35190.1719
Hunter Lab46.373788.3197-43.7232
CIE-Lab53.498087.3132-43.7681

#e705cd color RGB value is (231,5,205).

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

The process color (four color CMYK) of #e705cd color hex is 0.00, 0.98, 0.11, 0.09. Web safe color of #e705cd is #ff00cc. Color #e705cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000101 11001101
Octal 347 5 315
Decimal 231 5 205
Hex E7 5 CD

RGB Percentages of Color #e705cd

%52.38
%1.13
%46.49

CMYK Percentages of Color #e705cd

%0
%98
%11
%9

Triadic Colors of #e705cd

#e705cd #cde705 #05cde7

Analogous Colors of #e705cd

#e705cd #e7055c #9005e7

Monochromatic Colors of #e705cd

#e705cd

Complementary Color

#e705cd #05e71f

#e705cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e705cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e705cd Color CSS Codes

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

#e705cd Text Font Color

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

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


#e705cd Background Color

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

This div background color is #e705cd


#e705cd Border Color

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

This div border color is #e705cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e705cd


Comments

No comments written yet.

Please login to write comment.