Color Hex Logo

#dc8fea Color Hex

#DC8FEA
(220,143,234)
0 Favorites   0 Comments

Color spaces of #dc8fea

RGB 220143234
HSL0.810.680.74
HSV291°39°92°
CMYK 0.060.390.00   0.08
XYZ54.188940.801182.8612
Yxy40.80110.30470.2294
Hunter Lab63.875739.6477-32.1994
CIE-Lab70.036343.7518-34.2585

#dc8fea color RGB value is (220,143,234).

#dc8fea hex color red value is 220, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc8fea hue: 0.81 , saturation: 0.68 and the lightness value of dc8fea is 0.74.

The process color (four color CMYK) of #dc8fea color hex is 0.06, 0.39, 0.00, 0.08. Web safe color of #dc8fea is #cc99ff. Color #dc8fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001111 11101010
Octal 334 217 352
Decimal 220 143 234
Hex DC 8F EA

RGB Percentages of Color #dc8fea

%36.85
%23.95
%39.20

CMYK Percentages of Color #dc8fea

%6
%39
%0
%8

Triadic Colors of #dc8fea

#dc8fea #eadc8f #8feadc

Analogous Colors of #dc8fea

#dc8fea #ea8fcb #af8fea

Monochromatic Colors of #dc8fea

#dc8fea

Complementary Color

#dc8fea #9dea8f

#dc8fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8fea Color CSS Codes

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

#dc8fea Text Font Color

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

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


#dc8fea Background Color

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

This div background color is #dc8fea


#dc8fea Border Color

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

This div border color is #dc8fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8fea


Comments

No comments written yet.

Please login to write comment.