Color Hex Logo

#eb65ef Color Hex

#EB65EF
(235,101,239)
0 Favorites   0 Comments

Color spaces of #eb65ef

RGB 235101239
HSL0.830.810.67
HSV298°58°94°
CMYK 0.020.580.00   0.06
XYZ54.494633.201585.1977
Yxy33.20150.31520.1920
Hunter Lab57.620767.9794-47.3313
CIE-Lab64.323769.1533-45.8082

#eb65ef color RGB value is (235,101,239).

#eb65ef hex color red value is 235, green value is 101 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eb65ef hue: 0.83 , saturation: 0.81 and the lightness value of eb65ef is 0.67.

The process color (four color CMYK) of #eb65ef color hex is 0.02, 0.58, 0.00, 0.06. Web safe color of #eb65ef is #ff66ff. Color #eb65ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 11101111
Octal 353 145 357
Decimal 235 101 239
Hex EB 65 EF

RGB Percentages of Color #eb65ef

%40.87
%17.57
%41.57

CMYK Percentages of Color #eb65ef

%2
%58
%0
%6

Triadic Colors of #eb65ef

#eb65ef #efeb65 #65efeb

Analogous Colors of #eb65ef

#eb65ef #ef65ae #a665ef

Monochromatic Colors of #eb65ef

#eb65ef

Complementary Color

#eb65ef #69ef65

#eb65ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb65ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb65ef Color CSS Codes

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

#eb65ef Text Font Color

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

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


#eb65ef Background Color

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

This div background color is #eb65ef


#eb65ef Border Color

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

This div border color is #eb65ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,101,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb65ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb65ef


Comments

No comments written yet.

Please login to write comment.