Color Hex Logo

#dc8efc Color Hex

#DC8EFC
(220,142,252)
0 Favorites   0 Comments

Color spaces of #dc8efc

RGB 220142252
HSL0.780.950.77
HSV283°44°99°
CMYK 0.130.440.00   0.01
XYZ56.758941.589997.1316
Yxy41.58990.29040.2128
Hunter Lab64.490244.2428-44.1561
CIE-Lab70.587347.8306-43.2409

#dc8efc color RGB value is (220,142,252).

#dc8efc hex color red value is 220, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dc8efc hue: 0.78 , saturation: 0.95 and the lightness value of dc8efc is 0.77.

The process color (four color CMYK) of #dc8efc color hex is 0.13, 0.44, 0.00, 0.01. Web safe color of #dc8efc is #cc99ff. Color #dc8efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001110 11111100
Octal 334 216 374
Decimal 220 142 252
Hex DC 8E FC

RGB Percentages of Color #dc8efc

%35.83
%23.13
%41.04

CMYK Percentages of Color #dc8efc

%13
%44
%0
%1

Triadic Colors of #dc8efc

#dc8efc #fcdc8e #8efcdc

Analogous Colors of #dc8efc

#dc8efc #fc8ee5 #a58efc

Monochromatic Colors of #dc8efc

#dc8efc

Complementary Color

#dc8efc #aefc8e

#dc8efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8efc Color CSS Codes

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

#dc8efc Text Font Color

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

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


#dc8efc Background Color

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

This div background color is #dc8efc


#dc8efc Border Color

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

This div border color is #dc8efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8efc


Comments

No comments written yet.

Please login to write comment.