Color Hex Logo

#dc69ff Color Hex

#DC69FF
(220,105,255)
0 Favorites   0 Comments

Color spaces of #dc69ff

RGB 220105255
HSL0.791.000.71
HSV286°59°100°
CMYK 0.140.590.00   0.00
XYZ52.616832.538898.1151
Yxy32.53880.28710.1775
Hunter Lab57.042864.8252-62.0504
CIE-Lab63.785766.6454-55.6153

#dc69ff color RGB value is (220,105,255).

#dc69ff hex color red value is 220, green value is 105 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dc69ff hue: 0.79 , saturation: 1.00 and the lightness value of dc69ff is 0.71.

The process color (four color CMYK) of #dc69ff color hex is 0.14, 0.59, 0.00, 0.00. Web safe color of #dc69ff is #cc66ff. Color #dc69ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101001 11111111
Octal 334 151 377
Decimal 220 105 255
Hex DC 69 FF

RGB Percentages of Color #dc69ff

%37.93
%18.10
%43.97

CMYK Percentages of Color #dc69ff

%14
%59
%0
%0

Triadic Colors of #dc69ff

#dc69ff #ffdc69 #69ffdc

Analogous Colors of #dc69ff

#dc69ff #ff69d7 #9169ff

Monochromatic Colors of #dc69ff

#dc69ff

Complementary Color

#dc69ff #8cff69

#dc69ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc69ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc69ff Color CSS Codes

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

#dc69ff Text Font Color

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

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


#dc69ff Background Color

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

This div background color is #dc69ff


#dc69ff Border Color

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

This div border color is #dc69ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc69ff

Related Colors


Comments

No comments written yet.

Please login to write comment.