Color Hex Logo

#e61ccc Color Hex

#E61CCC
(230,28,204)
0 Favorites   0 Comments

Color spaces of #e61ccc

RGB 23028204
HSL0.850.800.51
HSV308°88°90°
CMYK 0.000.880.11   0.10
XYZ43.947522.013159.0594
Yxy22.01310.35150.1761
Hunter Lab46.918185.0916-41.7901
CIE-Lab54.040984.7352-42.3470

#e61ccc color RGB value is (230,28,204).

#e61ccc hex color red value is 230, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e61ccc hue: 0.85 , saturation: 0.80 and the lightness value of e61ccc is 0.51.

The process color (four color CMYK) of #e61ccc color hex is 0.00, 0.88, 0.11, 0.10. Web safe color of #e61ccc is #ff33cc. Color #e61ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011100 11001100
Octal 346 34 314
Decimal 230 28 204
Hex E6 1C CC

RGB Percentages of Color #e61ccc

%49.78
%6.06
%44.16

CMYK Percentages of Color #e61ccc

%0
%88
%11
%10

Triadic Colors of #e61ccc

#e61ccc #cce61c #1ccce6

Analogous Colors of #e61ccc

#e61ccc #e61c67 #9b1ce6

Monochromatic Colors of #e61ccc

#e61ccc

Complementary Color

#e61ccc #1ce636

#e61ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61ccc Color CSS Codes

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

#e61ccc Text Font Color

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

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


#e61ccc Background Color

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

This div background color is #e61ccc


#e61ccc Border Color

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

This div border color is #e61ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61ccc


Comments

No comments written yet.

Please login to write comment.