Color Hex Logo

#dc88fc Color Hex

#DC88FC
(220,136,252)
0 Favorites   0 Comments

Color spaces of #dc88fc

RGB 220136252
HSL0.790.950.76
HSV283°46°99°
CMYK 0.130.460.00   0.01
XYZ55.890039.852296.8420
Yxy39.85220.29020.2069
Hunter Lab63.128647.5574-46.7634
CIE-Lab69.364150.9430-45.1582

#dc88fc color RGB value is (220,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 11111100
Octal 334 210 374
Decimal 220 136 252
Hex DC 88 FC

RGB Percentages of Color #dc88fc

%36.18
%22.37
%41.45

CMYK Percentages of Color #dc88fc

%13
%46
%0
%1

Triadic Colors of #dc88fc

#dc88fc #fcdc88 #88fcdc

Analogous Colors of #dc88fc

#dc88fc #fc88e2 #a288fc

Monochromatic Colors of #dc88fc

#dc88fc

Complementary Color

#dc88fc #a8fc88

#dc88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc88fc Color CSS Codes

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

#dc88fc Text Font Color

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

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


#dc88fc Background Color

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

This div background color is #dc88fc


#dc88fc Border Color

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

This div border color is #dc88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc88fc

Related Colors


Comments

No comments written yet.

Please login to write comment.