Color Hex Logo

#e108cf Color Hex

#E108CF
(225,8,207)
0 Favorites   0 Comments

Color spaces of #e108cf

RGB 2258207
HSL0.850.930.46
HSV305°96°88°
CMYK 0.000.960.08   0.12
XYZ42.400720.686260.7896
Yxy20.68620.34230.1670
Hunter Lab45.482186.8131-47.4073
CIE-Lab52.604386.3370-46.4013

#e108cf color RGB value is (225,8,207).

#e108cf hex color red value is 225, green value is 8 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e108cf hue: 0.85 , saturation: 0.93 and the lightness value of e108cf is 0.46.

The process color (four color CMYK) of #e108cf color hex is 0.00, 0.96, 0.08, 0.12. Web safe color of #e108cf is #cc00cc. Color #e108cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001000 11001111
Octal 341 10 317
Decimal 225 8 207
Hex E1 8 CF

RGB Percentages of Color #e108cf

%51.14
%1.82
%47.05

CMYK Percentages of Color #e108cf

%0
%96
%8
%12

Triadic Colors of #e108cf

#e108cf #cfe108 #08cfe1

Analogous Colors of #e108cf

#e108cf #e10862 #8708e1

Monochromatic Colors of #e108cf

#e108cf

Complementary Color

#e108cf #08e11a

#e108cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e108cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e108cf Color CSS Codes

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

#e108cf Text Font Color

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

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


#e108cf Background Color

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

This div background color is #e108cf


#e108cf Border Color

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

This div border color is #e108cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,8,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e108cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e108cf;
  -webkit-box-shadow: 1px 1px 3px 2px #e108cf;
  box-shadow:         1px 1px 3px 2px #e108cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,8,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e108cf


Comments

No comments written yet.

Please login to write comment.