Color Hex Logo

#e6367d Color Hex

#E6367D
(230,54,125)
0 Favorites   0 Comments

Color spaces of #e6367d

RGB 23054125
HSL0.930.780.56
HSV336°77°90°
CMYK 0.000.770.46   0.10
XYZ37.654020.942021.4597
Yxy20.94200.47030.2616
Hunter Lab45.762466.78824.2304
CIE-Lab52.886070.29882.3783

#e6367d color RGB value is (230,54,125).

#e6367d hex color red value is 230, green value is 54 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e6367d hue: 0.93 , saturation: 0.78 and the lightness value of e6367d is 0.56.

The process color (four color CMYK) of #e6367d color hex is 0.00, 0.77, 0.46, 0.10. Web safe color of #e6367d is #ff3366. Color #e6367d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110110 01111101
Octal 346 66 175
Decimal 230 54 125
Hex E6 36 7D

RGB Percentages of Color #e6367d

%56.23
%13.20
%30.56

CMYK Percentages of Color #e6367d

%0
%77
%46
%10

Triadic Colors of #e6367d

#e6367d #7de636 #367de6

Analogous Colors of #e6367d

#e6367d #e64736 #e636d5

Monochromatic Colors of #e6367d

#e6367d

Complementary Color

#e6367d #36e69f

#e6367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6367d Color CSS Codes

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

#e6367d Text Font Color

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

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


#e6367d Background Color

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

This div background color is #e6367d


#e6367d Border Color

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

This div border color is #e6367d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,54,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6367d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6367d;
  -webkit-box-shadow: 1px 1px 3px 2px #e6367d;
  box-shadow:         1px 1px 3px 2px #e6367d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,54,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6367d


Comments

No comments written yet.

Please login to write comment.