Color Hex Logo

#dc4efc Color Hex

#DC4EFC
(220,78,252)
0 Favorites   0 Comments

Color spaces of #dc4efc

RGB 22078252
HSL0.800.970.65
HSV289°69°99°
CMYK 0.130.690.00   0.01
XYZ49.810327.692794.8154
Yxy27.69270.28910.1607
Hunter Lab52.623976.8647-69.9895
CIE-Lab59.610177.2106-60.6244

#dc4efc color RGB value is (220,78,252).

#dc4efc hex color red value is 220, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dc4efc hue: 0.80 , saturation: 0.97 and the lightness value of dc4efc is 0.65.

The process color (four color CMYK) of #dc4efc color hex is 0.13, 0.69, 0.00, 0.01. Web safe color of #dc4efc is #cc66ff. Color #dc4efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001110 11111100
Octal 334 116 374
Decimal 220 78 252
Hex DC 4E FC

RGB Percentages of Color #dc4efc

%40.00
%14.18
%45.82

CMYK Percentages of Color #dc4efc

%13
%69
%0
%1

Triadic Colors of #dc4efc

#dc4efc #fcdc4e #4efcdc

Analogous Colors of #dc4efc

#dc4efc #fc4ec5 #854efc

Monochromatic Colors of #dc4efc

#dc4efc

Complementary Color

#dc4efc #6efc4e

#dc4efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4efc Color CSS Codes

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

#dc4efc Text Font Color

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

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


#dc4efc Background Color

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

This div background color is #dc4efc


#dc4efc Border Color

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

This div border color is #dc4efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,78,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc4efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc4efc;
  -webkit-box-shadow: 1px 1px 3px 2px #dc4efc;
  box-shadow:         1px 1px 3px 2px #dc4efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,78,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4efc


Comments

No comments written yet.

Please login to write comment.