Color Hex Logo

#d03281 Color Hex

#D03281
(208,50,129)
0 Favorites   0 Comments

Color spaces of #d03281

RGB 20850129
HSL0.920.630.51
HSV330°76°82°
CMYK 0.000.760.38   0.18
XYZ31.115517.276122.4635
Yxy17.27610.43910.2438
Hunter Lab41.564560.8884-2.9480
CIE-Lab48.606166.1263-6.7880

#d03281 color RGB value is (208,50,129).

#d03281 hex color red value is 208, green value is 50 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d03281 hue: 0.92 , saturation: 0.63 and the lightness value of d03281 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110010 10000001
Octal 320 62 201
Decimal 208 50 129
Hex D0 32 81

RGB Percentages of Color #d03281

%53.75
%12.92
%33.33

CMYK Percentages of Color #d03281

%0
%76
%38
%18

Triadic Colors of #d03281

#d03281 #81d032 #3281d0

Analogous Colors of #d03281

#d03281 #d03232 #d032d0

Monochromatic Colors of #d03281

#d03281

Complementary Color

#d03281 #32d081

#d03281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03281 Color CSS Codes

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

#d03281 Text Font Color

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

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


#d03281 Background Color

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

This div background color is #d03281


#d03281 Border Color

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

This div border color is #d03281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03281


Comments

No comments written yet.

Please login to write comment.