Color Hex Logo

#e392cb Color Hex

#E392CB
(227,146,203)
0 Favorites   0 Comments

Color spaces of #e392cb

RGB 227146203
HSL0.880.590.73
HSV318°36°89°
CMYK 0.000.360.11   0.11
XYZ52.736941.200561.6729
Yxy41.20050.33890.2648
Hunter Lab64.187634.3283-12.0358
CIE-Lab70.316238.8090-16.6575

#e392cb color RGB value is (227,146,203).

#e392cb hex color red value is 227, green value is 146 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e392cb hue: 0.88 , saturation: 0.59 and the lightness value of e392cb is 0.73.

The process color (four color CMYK) of #e392cb color hex is 0.00, 0.36, 0.11, 0.11. Web safe color of #e392cb is #cc99cc. Color #e392cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010010 11001011
Octal 343 222 313
Decimal 227 146 203
Hex E3 92 CB

RGB Percentages of Color #e392cb

%39.41
%25.35
%35.24

CMYK Percentages of Color #e392cb

%0
%36
%11
%11

Triadic Colors of #e392cb

#e392cb #cbe392 #92cbe3

Analogous Colors of #e392cb

#e392cb #e392a3 #d392e3

Monochromatic Colors of #e392cb

#e392cb

Complementary Color

#e392cb #92e3aa

#e392cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e392cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e392cb Color CSS Codes

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

#e392cb Text Font Color

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

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


#e392cb Background Color

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

This div background color is #e392cb


#e392cb Border Color

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

This div border color is #e392cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e392cb


Comments

No comments written yet.

Please login to write comment.