Color Hex Logo

#d00381 Color Hex

#D00381
(208,3,129)
0 Favorites   0 Comments

Color spaces of #d00381

RGB 2083129
HSL0.900.970.41
HSV323°99°82°
CMYK 0.000.990.38   0.18
XYZ30.007415.060022.0942
Yxy15.06000.44680.2242
Hunter Lab38.807270.1112-6.5907
CIE-Lab45.716374.4420-11.1192

#d00381 color RGB value is (208,3,129).

#d00381 hex color red value is 208, green value is 3 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d00381 hue: 0.90 , saturation: 0.97 and the lightness value of d00381 is 0.41.

The process color (four color CMYK) of #d00381 color hex is 0.00, 0.99, 0.38, 0.18. Web safe color of #d00381 is #cc0099. Color #d00381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000011 10000001
Octal 320 3 201
Decimal 208 3 129
Hex D0 3 81

RGB Percentages of Color #d00381

%61.18
%0.88
%37.94

CMYK Percentages of Color #d00381

%0
%99
%38
%18

Triadic Colors of #d00381

#d00381 #81d003 #0381d0

Analogous Colors of #d00381

#d00381 #d0031a #b903d0

Monochromatic Colors of #d00381

#d00381

Complementary Color

#d00381 #03d052

#d00381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00381 Color CSS Codes

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

#d00381 Text Font Color

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

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


#d00381 Background Color

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

This div background color is #d00381


#d00381 Border Color

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

This div border color is #d00381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00381


Comments

No comments written yet.

Please login to write comment.