Color Hex Logo

#e790cd Color Hex

#E790CD
(231,144,205)
0 Favorites   0 Comments

Color spaces of #e790cd

RGB 231144205
HSL0.880.640.74
HSV318°38°91°
CMYK 0.000.380.11   0.09
XYZ53.947741.343262.8943
Yxy41.34320.34100.2614
Hunter Lab64.298737.2419-12.9859
CIE-Lab70.415741.5006-17.5711

#e790cd color RGB value is (231,144,205).

#e790cd hex color red value is 231, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e790cd hue: 0.88 , saturation: 0.64 and the lightness value of e790cd is 0.74.

The process color (four color CMYK) of #e790cd color hex is 0.00, 0.38, 0.11, 0.09. Web safe color of #e790cd is #ff99cc. Color #e790cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 11001101
Octal 347 220 315
Decimal 231 144 205
Hex E7 90 CD

RGB Percentages of Color #e790cd

%39.83
%24.83
%35.34

CMYK Percentages of Color #e790cd

%0
%38
%11
%9

Triadic Colors of #e790cd

#e790cd #cde790 #90cde7

Analogous Colors of #e790cd

#e790cd #e790a2 #d690e7

Monochromatic Colors of #e790cd

#e790cd

Complementary Color

#e790cd #90e7aa

#e790cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790cd Color CSS Codes

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

#e790cd Text Font Color

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

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


#e790cd Background Color

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

This div background color is #e790cd


#e790cd Border Color

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

This div border color is #e790cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790cd


Comments

No comments written yet.

Please login to write comment.