Color Hex Logo

#eb67cb Color Hex

#EB67CB
(235,103,203)
0 Favorites   0 Comments

Color spaces of #eb67cb

RGB 235103203
HSL0.870.770.66
HSV315°56°92°
CMYK 0.000.560.14   0.08
XYZ49.890731.674559.9842
Yxy31.67450.35250.2238
Hunter Lab56.280159.7450-23.7961
CIE-Lab63.072962.5013-27.6214

#eb67cb color RGB value is (235,103,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 11001011
Octal 353 147 313
Decimal 235 103 203
Hex EB 67 CB

RGB Percentages of Color #eb67cb

%43.44
%19.04
%37.52

CMYK Percentages of Color #eb67cb

%0
%56
%14
%8

Triadic Colors of #eb67cb

#eb67cb #cbeb67 #67cbeb

Analogous Colors of #eb67cb

#eb67cb #eb6789 #c967eb

Monochromatic Colors of #eb67cb

#eb67cb

Complementary Color

#eb67cb #67eb87

#eb67cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb67cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb67cb Color CSS Codes

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

#eb67cb Text Font Color

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

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


#eb67cb Background Color

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

This div background color is #eb67cb


#eb67cb Border Color

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

This div border color is #eb67cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb67cb


Comments

No comments written yet.

Please login to write comment.