Color Hex Logo

#e961cb Color Hex

#E961CB
(233,97,203)
0 Favorites   0 Comments

Color spaces of #e961cb

RGB 23397203
HSL0.870.760.65
HSV313°58°91°
CMYK 0.000.580.13   0.09
XYZ48.658530.184859.7616
Yxy30.18480.35110.2178
Hunter Lab54.940761.9432-26.0341
CIE-Lab61.813364.5824-29.5901

#e961cb color RGB value is (233,97,203).

#e961cb hex color red value is 233, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e961cb hue: 0.87 , saturation: 0.76 and the lightness value of e961cb is 0.65.

The process color (four color CMYK) of #e961cb color hex is 0.00, 0.58, 0.13, 0.09. Web safe color of #e961cb is #ff66cc. Color #e961cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100001 11001011
Octal 351 141 313
Decimal 233 97 203
Hex E9 61 CB

RGB Percentages of Color #e961cb

%43.71
%18.20
%38.09

CMYK Percentages of Color #e961cb

%0
%58
%13
%9

Triadic Colors of #e961cb

#e961cb #cbe961 #61cbe9

Analogous Colors of #e961cb

#e961cb #e96187 #c361e9

Monochromatic Colors of #e961cb

#e961cb

Complementary Color

#e961cb #61e97f

#e961cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e961cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e961cb Color CSS Codes

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

#e961cb Text Font Color

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

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


#e961cb Background Color

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

This div background color is #e961cb


#e961cb Border Color

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

This div border color is #e961cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e961cb


Comments

No comments written yet.

Please login to write comment.