Color Hex Logo

#d04381 Color Hex

#D04381
(208,67,129)
0 Favorites   0 Comments

Color spaces of #d04381

RGB 20867129
HSL0.930.600.54
HSV334°68°82°
CMYK 0.000.680.38   0.18
XYZ31.982019.009222.7524
Yxy19.00920.43370.2578
Hunter Lab43.599554.6377-0.4208
CIE-Lab50.698060.2790-3.6857

#d04381 color RGB value is (208,67,129).

#d04381 hex color red value is 208, green value is 67 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d04381 hue: 0.93 , saturation: 0.60 and the lightness value of d04381 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 10000001
Octal 320 103 201
Decimal 208 67 129
Hex D0 43 81

RGB Percentages of Color #d04381

%51.49
%16.58
%31.93

CMYK Percentages of Color #d04381

%0
%68
%38
%18

Triadic Colors of #d04381

#d04381 #81d043 #4381d0

Analogous Colors of #d04381

#d04381 #d04b43 #d043c8

Monochromatic Colors of #d04381

#d04381

Complementary Color

#d04381 #43d092

#d04381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04381 Color CSS Codes

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

#d04381 Text Font Color

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

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


#d04381 Background Color

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

This div background color is #d04381


#d04381 Border Color

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

This div border color is #d04381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04381


Comments

No comments written yet.

Please login to write comment.