Color Hex Logo

#dc88d6 Color Hex

#DC88D6
(220,136,214)
0 Favorites   0 Comments

Color spaces of #dc88d6

RGB 220136214
HSL0.850.550.70
HSV304°38°86°
CMYK 0.000.380.03   0.14
XYZ50.457037.679068.2317
Yxy37.67900.32270.2410
Hunter Lab61.383239.3063-22.9367
CIE-Lab67.783443.7181-26.6940

#dc88d6 color RGB value is (220,136,214).

#dc88d6 hex color red value is 220, green value is 136 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #dc88d6 hue: 0.85 , saturation: 0.55 and the lightness value of dc88d6 is 0.70.

The process color (four color CMYK) of #dc88d6 color hex is 0.00, 0.38, 0.03, 0.14. Web safe color of #dc88d6 is #cc99cc. Color #dc88d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 11010110
Octal 334 210 326
Decimal 220 136 214
Hex DC 88 D6

RGB Percentages of Color #dc88d6

%38.60
%23.86
%37.54

CMYK Percentages of Color #dc88d6

%0
%38
%3
%14

Triadic Colors of #dc88d6

#dc88d6 #d6dc88 #88d6dc

Analogous Colors of #dc88d6

#dc88d6 #dc88ac #b888dc

Monochromatic Colors of #dc88d6

#dc88d6

Complementary Color

#dc88d6 #88dc8e

#dc88d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc88d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc88d6 Color CSS Codes

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

#dc88d6 Text Font Color

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

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


#dc88d6 Background Color

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

This div background color is #dc88d6


#dc88d6 Border Color

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

This div border color is #dc88d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc88d6


Comments

No comments written yet.

Please login to write comment.