Color Hex Logo

#d03876 Color Hex

#D03876
(208,56,118)
0 Favorites   0 Comments

Color spaces of #d03876

RGB 20856118
HSL0.930.620.52
HSV336°73°82°
CMYK 0.000.730.43   0.18
XYZ30.696617.546218.9084
Yxy17.54620.45710.2613
Hunter Lab41.888257.50452.5581
CIE-Lab48.941063.12910.3851

#d03876 color RGB value is (208,56,118).

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

The process color (four color CMYK) of #d03876 color hex is 0.00, 0.73, 0.43, 0.18. Web safe color of #d03876 is #cc3366. Color #d03876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 01110110
Octal 320 70 166
Decimal 208 56 118
Hex D0 38 76

RGB Percentages of Color #d03876

%54.45
%14.66
%30.89

CMYK Percentages of Color #d03876

%0
%73
%43
%18

Triadic Colors of #d03876

#d03876 #76d038 #3876d0

Analogous Colors of #d03876

#d03876 #d04638 #d038c2

Monochromatic Colors of #d03876

#d03876

Complementary Color

#d03876 #38d092

#d03876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03876 Color CSS Codes

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

#d03876 Text Font Color

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

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


#d03876 Background Color

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

This div background color is #d03876


#d03876 Border Color

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

This div border color is #d03876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03876


Comments

No comments written yet.

Please login to write comment.