Color Hex Logo

#dc68fd Color Hex

#DC68FD
(220,104,253)
0 Favorites   0 Comments

Color spaces of #dc68fd

RGB 220104253
HSL0.800.970.70
HSV287°59°99°
CMYK 0.130.590.00   0.01
XYZ52.195132.208196.3943
Yxy32.20810.28870.1781
Hunter Lab56.752264.8505-60.9783
CIE-Lab63.514566.7147-54.9469

#dc68fd color RGB value is (220,104,253).

#dc68fd hex color red value is 220, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dc68fd hue: 0.80 , saturation: 0.97 and the lightness value of dc68fd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 11111101
Octal 334 150 375
Decimal 220 104 253
Hex DC 68 FD

RGB Percentages of Color #dc68fd

%38.13
%18.02
%43.85

CMYK Percentages of Color #dc68fd

%13
%59
%0
%1

Triadic Colors of #dc68fd

#dc68fd #fddc68 #68fddc

Analogous Colors of #dc68fd

#dc68fd #fd68d4 #9268fd

Monochromatic Colors of #dc68fd

#dc68fd

Complementary Color

#dc68fd #89fd68

#dc68fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc68fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc68fd Color CSS Codes

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

#dc68fd Text Font Color

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

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


#dc68fd Background Color

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

This div background color is #dc68fd


#dc68fd Border Color

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

This div border color is #dc68fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc68fd


Comments

No comments written yet.

Please login to write comment.