color codes Logo

#e386cc color codes

#E386CC
(227,134,204)
0 Favorites   0 Comments

Color spaces of #e386cc

RGB 227134204
HSL0.870.620.71
HSV315°41°89°
CMYK 0.000.410.10   0.11
XYZ51.102737.740761.7180
Yxy37.74070.33940.2507
Hunter Lab61.433540.9746-16.5612
CIE-Lab67.829145.2408-20.9859

#e386cc color RGB value is (227,134,204).

#e386cc hex color red value is 227, green value is 134 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e386cc hue: 0.87 , saturation: 0.62 and the lightness value of e386cc is 0.71.

The process color (four color CMYK) of #e386cc color code is 0.00, 0.41, 0.10, 0.11. Web safe color of #e386cc is #cc99cc. Color #e386cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000110 11001100
Octal 343 206 314
Decimal 227 134 204
Hex E3 86 CC

RGB Percentages of Color #e386cc

%40.18
%23.72
%36.11

CMYK Percentages of Color #e386cc

%0
%41
%10
%11

Triadic Colors of #e386cc

#e386cc #cce386 #86cce3

Analogous Colors of #e386cc

#e386cc #e3869e #cc86e3

Monochromatic Colors of #e386cc

#e386cc

Complementary Color

#e386cc #86e39d

#e386cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e386cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e386cc Color CSS Codes

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

#e386cc Text Font Color

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

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


#e386cc Background Color

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

This div background color is #e386cc


#e386cc Border Color

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

This div border color is #e386cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e386cc


Comments

No comments written yet.

Please login to write comment.