Color Hex Logo

#d084ff Color Hex

#D084FF
(208,132,255)
0 Favorites   0 Comments

Color spaces of #d084ff

RGB 208132255
HSL0.771.000.76
HSV277°48°100°
CMYK 0.180.480.00   0.00
XYZ52.313737.132499.0178
Yxy37.13240.27760.1970
Hunter Lab60.936446.6031-53.6871
CIE-Lab67.376250.3791-50.0154

#d084ff color RGB value is (208,132,255).

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

The process color (four color CMYK) of #d084ff color hex is 0.18, 0.48, 0.00, 0.00. Web safe color of #d084ff is #cc99ff. Color #d084ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 11111111
Octal 320 204 377
Decimal 208 132 255
Hex D0 84 FF

RGB Percentages of Color #d084ff

%34.96
%22.18
%42.86

CMYK Percentages of Color #d084ff

%18
%48
%0
%0

Triadic Colors of #d084ff

#d084ff #ffd084 #84ffd0

Analogous Colors of #d084ff

#d084ff #ff84f1 #9384ff

Monochromatic Colors of #d084ff

#d084ff

Complementary Color

#d084ff #b3ff84

#d084ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d084ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d084ff Color CSS Codes

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

#d084ff Text Font Color

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

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


#d084ff Background Color

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

This div background color is #d084ff


#d084ff Border Color

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

This div border color is #d084ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d084ff

Related Colors


Comments

No comments written yet.

Please login to write comment.