Color Hex Logo

#ed6cfd Color Hex

#ED6CFD
(237,108,253)
0 Favorites   0 Comments

Color spaces of #ed6cfd

RGB 237108253
HSL0.810.970.71
HSV293°57°99°
CMYK 0.060.570.00   0.01
XYZ58.017235.821596.7849
Yxy35.82150.30440.1879
Hunter Lab59.851168.2913-53.9819
CIE-Lab66.383369.0397-50.2598

#ed6cfd color RGB value is (237,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101100 11111101
Octal 355 154 375
Decimal 237 108 253
Hex ED 6C FD

RGB Percentages of Color #ed6cfd

%39.63
%18.06
%42.31

CMYK Percentages of Color #ed6cfd

%6
%57
%0
%1

Triadic Colors of #ed6cfd

#ed6cfd #fded6c #6cfded

Analogous Colors of #ed6cfd

#ed6cfd #fd6cc5 #a56cfd

Monochromatic Colors of #ed6cfd

#ed6cfd

Complementary Color

#ed6cfd #7cfd6c

#ed6cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6cfd Color CSS Codes

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

#ed6cfd Text Font Color

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

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


#ed6cfd Background Color

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

This div background color is #ed6cfd


#ed6cfd Border Color

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

This div border color is #ed6cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6cfd


Comments

No comments written yet.

Please login to write comment.