Color Hex Logo

#e100cb Color Hex

#E100CB
(225,0,203)
0 Favorites   0 Comments

Color spaces of #e100cb

RGB 2250203
HSL0.851.000.44
HSV306°100°88°
CMYK 0.001.000.10   0.12
XYZ41.830820.319358.2172
Yxy20.31930.34750.1688
Hunter Lab45.076986.7610-45.0196
CIE-Lab52.196386.3763-44.7483

#e100cb color RGB value is (225,0,203).

#e100cb hex color red value is 225, green value is 0 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e100cb hue: 0.85 , saturation: 1.00 and the lightness value of e100cb is 0.44.

The process color (four color CMYK) of #e100cb color hex is 0.00, 1.00, 0.10, 0.12. Web safe color of #e100cb is #cc00cc. Color #e100cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 11001011
Octal 341 0 313
Decimal 225 0 203
Hex E1 0 CB

RGB Percentages of Color #e100cb

%52.57
%0.00
%47.43

CMYK Percentages of Color #e100cb

%0
%100
%10
%12

Triadic Colors of #e100cb

#e100cb #cbe100 #00cbe1

Analogous Colors of #e100cb

#e100cb #e1005b #8700e1

Monochromatic Colors of #e100cb

#e100cb

Complementary Color

#e100cb #00e116

#e100cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e100cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e100cb Color CSS Codes

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

#e100cb Text Font Color

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

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


#e100cb Background Color

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

This div background color is #e100cb


#e100cb Border Color

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

This div border color is #e100cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e100cb


Comments

No comments written yet.

Please login to write comment.