Color Hex Logo

#e30669 Color Hex

#E30669
(227,6,105)
0 Favorites   0 Comments

Color spaces of #e30669

RGB 2276105
HSL0.930.950.46
HSV333°97°89°
CMYK 0.000.970.54   0.11
XYZ34.293517.481114.9313
Yxy17.48110.51410.2621
Hunter Lab41.810473.24018.0937
CIE-Lab48.860676.38308.6929

#e30669 color RGB value is (227,6,105).

#e30669 hex color red value is 227, green value is 6 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e30669 hue: 0.93 , saturation: 0.95 and the lightness value of e30669 is 0.46.

The process color (four color CMYK) of #e30669 color hex is 0.00, 0.97, 0.54, 0.11. Web safe color of #e30669 is #cc0066. Color #e30669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 01101001
Octal 343 6 151
Decimal 227 6 105
Hex E3 6 69

RGB Percentages of Color #e30669

%67.16
%1.78
%31.07

CMYK Percentages of Color #e30669

%0
%97
%54
%11

Triadic Colors of #e30669

#e30669 #69e306 #0669e3

Analogous Colors of #e30669

#e30669 #e31206 #e306d8

Monochromatic Colors of #e30669

#e30669

Complementary Color

#e30669 #06e380

#e30669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30669 Color CSS Codes

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

#e30669 Text Font Color

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

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


#e30669 Background Color

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

This div background color is #e30669


#e30669 Border Color

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

This div border color is #e30669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30669


Comments

No comments written yet.

Please login to write comment.