Color Hex Logo

#e792ec Color Hex

#E792EC
(231,146,236)
0 Favorites   0 Comments

Color spaces of #e792ec

RGB 231146236
HSL0.820.700.75
HSV297°38°93°
CMYK 0.020.380.00   0.07
XYZ58.374243.602884.6964
Yxy43.60280.31270.2336
Hunter Lab66.032442.2414-29.8256
CIE-Lab71.962245.8610-32.2763

#e792ec color RGB value is (231,146,236).

#e792ec hex color red value is 231, green value is 146 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e792ec hue: 0.82 , saturation: 0.70 and the lightness value of e792ec is 0.75.

The process color (four color CMYK) of #e792ec color hex is 0.02, 0.38, 0.00, 0.07. Web safe color of #e792ec is #ff99ff. Color #e792ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010010 11101100
Octal 347 222 354
Decimal 231 146 236
Hex E7 92 EC

RGB Percentages of Color #e792ec

%37.68
%23.82
%38.50

CMYK Percentages of Color #e792ec

%2
%38
%0
%7

Triadic Colors of #e792ec

#e792ec #ece792 #92ece7

Analogous Colors of #e792ec

#e792ec #ec92c4 #ba92ec

Monochromatic Colors of #e792ec

#e792ec

Complementary Color

#e792ec #97ec92

#e792ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e792ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e792ec Color CSS Codes

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

#e792ec Text Font Color

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

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


#e792ec Background Color

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

This div background color is #e792ec


#e792ec Border Color

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

This div border color is #e792ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e792ec


Comments

No comments written yet.

Please login to write comment.