Color Hex Logo

#e63d66 Color Hex

#E63D66
(230,61,102)
0 Favorites   0 Comments

Color spaces of #e63d66

RGB 23061102
HSL0.960.770.57
HSV345°73°90°
CMYK 0.000.730.56   0.10
XYZ36.700121.119814.7126
Yxy21.11980.50600.2912
Hunter Lab45.956362.124313.1881
CIE-Lab53.080466.333316.4744

#e63d66 color RGB value is (230,61,102).

#e63d66 hex color red value is 230, green value is 61 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e63d66 hue: 0.96 , saturation: 0.77 and the lightness value of e63d66 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111101 01100110
Octal 346 75 146
Decimal 230 61 102
Hex E6 3D 66

RGB Percentages of Color #e63d66

%58.52
%15.52
%25.95

CMYK Percentages of Color #e63d66

%0
%73
%56
%10

Triadic Colors of #e63d66

#e63d66 #66e63d #3d66e6

Analogous Colors of #e63d66

#e63d66 #e6693d #e63dbb

Monochromatic Colors of #e63d66

#e63d66

Complementary Color

#e63d66 #3de6bd

#e63d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63d66 Color CSS Codes

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

#e63d66 Text Font Color

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

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


#e63d66 Background Color

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

This div background color is #e63d66


#e63d66 Border Color

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

This div border color is #e63d66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63d66


Comments

No comments written yet.

Please login to write comment.