Color Hex Logo

#dc69db Color Hex

#DC69DB
(220,105,219)
0 Favorites   0 Comments

Color spaces of #dc69db

RGB 220105219
HSL0.830.620.64
HSV301°52°86°
CMYK 0.000.520.00   0.14
XYZ47.353030.433370.3963
Yxy30.43330.31960.2054
Hunter Lab55.166456.6773-37.0419
CIE-Lab62.026360.0548-38.4110

#dc69db color RGB value is (220,105,219).

#dc69db hex color red value is 220, green value is 105 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dc69db hue: 0.83 , saturation: 0.62 and the lightness value of dc69db is 0.64.

The process color (four color CMYK) of #dc69db color hex is 0.00, 0.52, 0.00, 0.14. Web safe color of #dc69db is #cc66cc. Color #dc69db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101001 11011011
Octal 334 151 333
Decimal 220 105 219
Hex DC 69 DB

RGB Percentages of Color #dc69db

%40.44
%19.30
%40.26

CMYK Percentages of Color #dc69db

%0
%52
%0
%14

Triadic Colors of #dc69db

#dc69db #dbdc69 #69dbdc

Analogous Colors of #dc69db

#dc69db #dc69a2 #a469dc

Monochromatic Colors of #dc69db

#dc69db

Complementary Color

#dc69db #69dc6a

#dc69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc69db Color CSS Codes

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

#dc69db Text Font Color

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

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


#dc69db Background Color

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

This div background color is #dc69db


#dc69db Border Color

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

This div border color is #dc69db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc69db


Comments

No comments written yet.

Please login to write comment.