Color Hex Logo

#e616cb Color Hex

#E616CB
(230,22,203)
0 Favorites   0 Comments

Color spaces of #e616cb

RGB 23022203
HSL0.850.830.49
HSV308°90°90°
CMYK 0.000.900.12   0.10
XYZ43.699521.708658.3869
Yxy21.70860.35300.1754
Hunter Lab46.592585.8798-41.6839
CIE-Lab53.716485.4051-42.2849

#e616cb color RGB value is (230,22,203).

#e616cb hex color red value is 230, green value is 22 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e616cb hue: 0.85 , saturation: 0.83 and the lightness value of e616cb is 0.49.

The process color (four color CMYK) of #e616cb color hex is 0.00, 0.90, 0.12, 0.10. Web safe color of #e616cb is #ff00cc. Color #e616cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010110 11001011
Octal 346 26 313
Decimal 230 22 203
Hex E6 16 CB

RGB Percentages of Color #e616cb

%50.55
%4.84
%44.62

CMYK Percentages of Color #e616cb

%0
%90
%12
%10

Triadic Colors of #e616cb

#e616cb #cbe616 #16cbe6

Analogous Colors of #e616cb

#e616cb #e61663 #9916e6

Monochromatic Colors of #e616cb

#e616cb

Complementary Color

#e616cb #16e631

#e616cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e616cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e616cb Color CSS Codes

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

#e616cb Text Font Color

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

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


#e616cb Background Color

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

This div background color is #e616cb


#e616cb Border Color

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

This div border color is #e616cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,22,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 #e616cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e616cb


Comments

No comments written yet.

Please login to write comment.