Color Hex Logo

#e610cb Color Hex

#E610CB
(230,16,203)
0 Favorites   0 Comments

Color spaces of #e610cb

RGB 23016203
HSL0.850.870.48
HSV308°93°90°
CMYK 0.000.930.12   0.10
XYZ43.597921.505458.3530
Yxy21.50540.35310.1742
Hunter Lab46.373986.6604-42.1438
CIE-Lab53.498286.0463-42.6297

#e610cb color RGB value is (230,16,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010000 11001011
Octal 346 20 313
Decimal 230 16 203
Hex E6 10 CB

RGB Percentages of Color #e610cb

%51.22
%3.56
%45.21

CMYK Percentages of Color #e610cb

%0
%93
%12
%10

Triadic Colors of #e610cb

#e610cb #cbe610 #10cbe6

Analogous Colors of #e610cb

#e610cb #e61060 #9610e6

Monochromatic Colors of #e610cb

#e610cb

Complementary Color

#e610cb #10e62b

#e610cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e610cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e610cb Color CSS Codes

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

#e610cb Text Font Color

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

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


#e610cb Background Color

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

This div background color is #e610cb


#e610cb Border Color

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

This div border color is #e610cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e610cb


Comments

No comments written yet.

Please login to write comment.