Color Hex Logo

#d05284 Color Hex

#D05284
(208,82,132)
0 Favorites   0 Comments

Color spaces of #d05284

RGB 20882132
HSL0.930.570.57
HSV336°61°82°
CMYK 0.000.610.37   0.18
XYZ33.194621.110424.1550
Yxy21.11040.42310.2691
Hunter Lab45.946148.55510.9920
CIE-Lab53.070154.3951-1.9861

#d05284 color RGB value is (208,82,132).

#d05284 hex color red value is 208, green value is 82 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #d05284 hue: 0.93 , saturation: 0.57 and the lightness value of d05284 is 0.57.

The process color (four color CMYK) of #d05284 color hex is 0.00, 0.61, 0.37, 0.18. Web safe color of #d05284 is #cc6699. Color #d05284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010010 10000100
Octal 320 122 204
Decimal 208 82 132
Hex D0 52 84

RGB Percentages of Color #d05284

%49.29
%19.43
%31.28

CMYK Percentages of Color #d05284

%0
%61
%37
%18

Triadic Colors of #d05284

#d05284 #84d052 #5284d0

Analogous Colors of #d05284

#d05284 #d05f52 #d052c3

Monochromatic Colors of #d05284

#d05284

Complementary Color

#d05284 #52d09e

#d05284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05284 Color CSS Codes

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

#d05284 Text Font Color

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

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


#d05284 Background Color

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

This div background color is #d05284


#d05284 Border Color

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

This div border color is #d05284


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,82,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05284


Comments

No comments written yet.

Please login to write comment.