Color Hex Logo

#e795cf Color Hex

#E795CF
(231,149,207)
0 Favorites   0 Comments

Color spaces of #e795cf

RGB 231149207
HSL0.880.630.75
HSV318°35°91°
CMYK 0.000.350.10   0.09
XYZ54.964942.988864.4322
Yxy42.98880.33850.2647
Hunter Lab65.565834.8992-12.3688
CIE-Lab71.547439.2084-16.9667

#e795cf color RGB value is (231,149,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010101 11001111
Octal 347 225 317
Decimal 231 149 207
Hex E7 95 CF

RGB Percentages of Color #e795cf

%39.35
%25.38
%35.26

CMYK Percentages of Color #e795cf

%0
%35
%10
%9

Triadic Colors of #e795cf

#e795cf #cfe795 #95cfe7

Analogous Colors of #e795cf

#e795cf #e795a6 #d695e7

Monochromatic Colors of #e795cf

#e795cf

Complementary Color

#e795cf #95e7ad

#e795cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e795cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e795cf Color CSS Codes

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

#e795cf Text Font Color

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

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


#e795cf Background Color

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

This div background color is #e795cf


#e795cf Border Color

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

This div border color is #e795cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e795cf


Comments

No comments written yet.

Please login to write comment.