Color Hex Logo

#e6068d Color Hex

#E6068D
(230,6,141)
0 Favorites   0 Comments

Color spaces of #e6068d

RGB 2306141
HSL0.900.950.46
HSV324°97°90°
CMYK 0.000.970.39   0.10
XYZ37.506018.876326.8660
Yxy18.87630.45050.2267
Hunter Lab43.446978.0601-6.2500
CIE-Lab50.542279.9196-10.7145

#e6068d color RGB value is (230,6,141).

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

The process color (four color CMYK) of #e6068d color hex is 0.00, 0.97, 0.39, 0.10. Web safe color of #e6068d is #ff0099. Color #e6068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000110 10001101
Octal 346 6 215
Decimal 230 6 141
Hex E6 6 8D

RGB Percentages of Color #e6068d

%61.01
%1.59
%37.40

CMYK Percentages of Color #e6068d

%0
%97
%39
%10

Triadic Colors of #e6068d

#e6068d #8de606 #068de6

Analogous Colors of #e6068d

#e6068d #e6061d #cf06e6

Monochromatic Colors of #e6068d

#e6068d

Complementary Color

#e6068d #06e65f

#e6068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6068d Color CSS Codes

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

#e6068d Text Font Color

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

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


#e6068d Background Color

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

This div background color is #e6068d


#e6068d Border Color

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

This div border color is #e6068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6068d


Comments

No comments written yet.

Please login to write comment.