Color Hex Logo

#e63365 Color Hex

#E63365
(230,51,101)
0 Favorites   0 Comments

Color spaces of #e63365

RGB 23051101
HSL0.950.780.55
HSV343°78°90°
CMYK 0.000.780.56   0.10
XYZ36.165920.130214.2913
Yxy20.13020.51240.2852
Hunter Lab44.866765.367612.5212
CIE-Lab51.984169.283415.5734

#e63365 color RGB value is (230,51,101).

#e63365 hex color red value is 230, green value is 51 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e63365 hue: 0.95 , saturation: 0.78 and the lightness value of e63365 is 0.55.

The process color (four color CMYK) of #e63365 color hex is 0.00, 0.78, 0.56, 0.10. Web safe color of #e63365 is #ff3366. Color #e63365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110011 01100101
Octal 346 63 145
Decimal 230 51 101
Hex E6 33 65

RGB Percentages of Color #e63365

%60.21
%13.35
%26.44

CMYK Percentages of Color #e63365

%0
%78
%56
%10

Triadic Colors of #e63365

#e63365 #65e633 #3365e6

Analogous Colors of #e63365

#e63365 #e65a33 #e633bf

Monochromatic Colors of #e63365

#e63365

Complementary Color

#e63365 #33e6b4

#e63365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63365 Color CSS Codes

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

#e63365 Text Font Color

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

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


#e63365 Background Color

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

This div background color is #e63365


#e63365 Border Color

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

This div border color is #e63365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63365


Comments

No comments written yet.

Please login to write comment.