Color Hex Logo

#eb66cb Color Hex

#EB66CB
(235,102,203)
0 Favorites   0 Comments

Color spaces of #eb66cb

RGB 235102203
HSL0.870.770.66
HSV314°57°92°
CMYK 0.000.570.14   0.08
XYZ49.791831.476759.9512
Yxy31.47670.35260.2229
Hunter Lab56.104160.2347-24.0827
CIE-Lab62.908062.9456-27.8757

#eb66cb color RGB value is (235,102,203).

#eb66cb hex color red value is 235, green value is 102 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eb66cb hue: 0.87 , saturation: 0.77 and the lightness value of eb66cb is 0.66.

The process color (four color CMYK) of #eb66cb color hex is 0.00, 0.57, 0.14, 0.08. Web safe color of #eb66cb is #ff66cc. Color #eb66cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 11001011
Octal 353 146 313
Decimal 235 102 203
Hex EB 66 CB

RGB Percentages of Color #eb66cb

%43.52
%18.89
%37.59

CMYK Percentages of Color #eb66cb

%0
%57
%14
%8

Triadic Colors of #eb66cb

#eb66cb #cbeb66 #66cbeb

Analogous Colors of #eb66cb

#eb66cb #eb6689 #c966eb

Monochromatic Colors of #eb66cb

#eb66cb

Complementary Color

#eb66cb #66eb86

#eb66cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb66cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb66cb Color CSS Codes

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

#eb66cb Text Font Color

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

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


#eb66cb Background Color

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

This div background color is #eb66cb


#eb66cb Border Color

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

This div border color is #eb66cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb66cb


Comments

No comments written yet.

Please login to write comment.