Color Hex Logo

#ec7dfd Color Hex

#EC7DFD
(236,125,253)
0 Favorites   0 Comments

Color spaces of #ec7dfd

RGB 236125253
HSL0.810.970.74
HSV292°51°99°
CMYK 0.070.510.00   0.01
XYZ59.655339.591997.4263
Yxy39.59190.30330.2013
Hunter Lab62.922159.1190-47.7570
CIE-Lab69.177960.9491-45.8654

#ec7dfd color RGB value is (236,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111101 11111101
Octal 354 175 375
Decimal 236 125 253
Hex EC 7D FD

RGB Percentages of Color #ec7dfd

%38.44
%20.36
%41.21

CMYK Percentages of Color #ec7dfd

%7
%51
%0
%1

Triadic Colors of #ec7dfd

#ec7dfd #fdec7d #7dfdec

Analogous Colors of #ec7dfd

#ec7dfd #fd7dce #ac7dfd

Monochromatic Colors of #ec7dfd

#ec7dfd

Complementary Color

#ec7dfd #8efd7d

#ec7dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7dfd Color CSS Codes

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

#ec7dfd Text Font Color

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

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


#ec7dfd Background Color

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

This div background color is #ec7dfd


#ec7dfd Border Color

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

This div border color is #ec7dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.