Color Hex Logo

#d04cff Color Hex

#D04CFF
(208,76,255)
0 Favorites   0 Comments

Color spaces of #d04cff

RGB 20876255
HSL0.791.000.65
HSV284°70°100°
CMYK 0.180.700.00   0.00
XYZ46.646925.798897.1288
Yxy25.79880.27510.1521
Hunter Lab50.792575.0442-77.8235
CIE-Lab57.845676.0952-65.2075

#d04cff color RGB value is (208,76,255).

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

The process color (four color CMYK) of #d04cff color hex is 0.18, 0.70, 0.00, 0.00. Web safe color of #d04cff is #cc33ff. Color #d04cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11111111
Octal 320 114 377
Decimal 208 76 255
Hex D0 4C FF

RGB Percentages of Color #d04cff

%38.59
%14.10
%47.31

CMYK Percentages of Color #d04cff

%18
%70
%0
%0

Triadic Colors of #d04cff

#d04cff #ffd04c #4cffd0

Analogous Colors of #d04cff

#d04cff #ff4cd5 #774cff

Monochromatic Colors of #d04cff

#d04cff

Complementary Color

#d04cff #7bff4c

#d04cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cff Color CSS Codes

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

#d04cff Text Font Color

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

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


#d04cff Background Color

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

This div background color is #d04cff


#d04cff Border Color

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

This div border color is #d04cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cff

#d04cff Color Palettes


Comments

No comments written yet.

Please login to write comment.