Color Hex Logo

#e790cf Color Hex

#E790CF
(231,144,207)
0 Favorites   0 Comments

Color spaces of #e790cf

RGB 231144207
HSL0.880.640.74
HSV317°38°91°
CMYK 0.000.380.10   0.09
XYZ54.190741.440464.1741
Yxy41.44040.33910.2593
Hunter Lab64.374237.6078-14.0437
CIE-Lab70.483441.8295-18.5766

#e790cf color RGB value is (231,144,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 11001111
Octal 347 220 317
Decimal 231 144 207
Hex E7 90 CF

RGB Percentages of Color #e790cf

%39.69
%24.74
%35.57

CMYK Percentages of Color #e790cf

%0
%38
%10
%9

Triadic Colors of #e790cf

#e790cf #cfe790 #90cfe7

Analogous Colors of #e790cf

#e790cf #e790a4 #d490e7

Monochromatic Colors of #e790cf

#e790cf

Complementary Color

#e790cf #90e7a8

#e790cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790cf Color CSS Codes

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

#e790cf Text Font Color

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

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


#e790cf Background Color

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

This div background color is #e790cf


#e790cf Border Color

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

This div border color is #e790cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,144,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790cf


Comments

No comments written yet.

Please login to write comment.