Color Hex Logo

#d03982 Color Hex

#D03982
(208,57,130)
0 Favorites   0 Comments

Color spaces of #d03982

RGB 20857130
HSL0.920.620.52
HSV331°73°82°
CMYK 0.000.730.38   0.18
XYZ31.504817.947922.9229
Yxy17.94790.43530.2480
Hunter Lab42.365058.6032-2.4253
CIE-Lab49.432963.9937-6.1627

#d03982 color RGB value is (208,57,130).

#d03982 hex color red value is 208, green value is 57 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d03982 hue: 0.92 , saturation: 0.62 and the lightness value of d03982 is 0.52.

The process color (four color CMYK) of #d03982 color hex is 0.00, 0.73, 0.38, 0.18. Web safe color of #d03982 is #cc3399. Color #d03982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 10000010
Octal 320 71 202
Decimal 208 57 130
Hex D0 39 82

RGB Percentages of Color #d03982

%52.66
%14.43
%32.91

CMYK Percentages of Color #d03982

%0
%73
%38
%18

Triadic Colors of #d03982

#d03982 #82d039 #3982d0

Analogous Colors of #d03982

#d03982 #d03c39 #d039ce

Monochromatic Colors of #d03982

#d03982

Complementary Color

#d03982 #39d087

#d03982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03982 Color CSS Codes

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

#d03982 Text Font Color

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

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


#d03982 Background Color

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

This div background color is #d03982


#d03982 Border Color

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

This div border color is #d03982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03982


Comments

No comments written yet.

Please login to write comment.