Color Hex Logo

#eb6cfd Color Hex

#EB6CFD
(235,108,253)
0 Favorites   0 Comments

Color spaces of #eb6cfd

RGB 235108253
HSL0.810.970.71
HSV293°57°99°
CMYK 0.070.570.00   0.01
XYZ57.353135.479196.7538
Yxy35.47910.30250.1871
Hunter Lab59.564367.6359-54.6131
CIE-Lab66.120068.5502-50.6932

#eb6cfd color RGB value is (235,108,253).

#eb6cfd hex color red value is 235, green value is 108 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eb6cfd hue: 0.81 , saturation: 0.97 and the lightness value of eb6cfd is 0.71.

The process color (four color CMYK) of #eb6cfd color hex is 0.07, 0.57, 0.00, 0.01. Web safe color of #eb6cfd is #ff66ff. Color #eb6cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101100 11111101
Octal 353 154 375
Decimal 235 108 253
Hex EB 6C FD

RGB Percentages of Color #eb6cfd

%39.43
%18.12
%42.45

CMYK Percentages of Color #eb6cfd

%7
%57
%0
%1

Triadic Colors of #eb6cfd

#eb6cfd #fdeb6c #6cfdeb

Analogous Colors of #eb6cfd

#eb6cfd #fd6cc7 #a36cfd

Monochromatic Colors of #eb6cfd

#eb6cfd

Complementary Color

#eb6cfd #7efd6c

#eb6cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6cfd Color CSS Codes

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

#eb6cfd Text Font Color

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

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


#eb6cfd Background Color

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

This div background color is #eb6cfd


#eb6cfd Border Color

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

This div border color is #eb6cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.