Color Hex Logo

#d03875 Color Hex

#D03875
(208,56,117)
0 Favorites   0 Comments

Color spaces of #d03875

RGB 20856117
HSL0.930.620.52
HSV336°73°82°
CMYK 0.000.730.44   0.18
XYZ30.637517.522618.5970
Yxy17.52260.45890.2625
Hunter Lab41.860057.38982.9614
CIE-Lab48.911963.03440.9508

#d03875 color RGB value is (208,56,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 01110101
Octal 320 70 165
Decimal 208 56 117
Hex D0 38 75

RGB Percentages of Color #d03875

%54.59
%14.70
%30.71

CMYK Percentages of Color #d03875

%0
%73
%44
%18

Triadic Colors of #d03875

#d03875 #75d038 #3875d0

Analogous Colors of #d03875

#d03875 #d04738 #d038c1

Monochromatic Colors of #d03875

#d03875

Complementary Color

#d03875 #38d093

#d03875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03875 Color CSS Codes

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

#d03875 Text Font Color

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

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


#d03875 Background Color

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

This div background color is #d03875


#d03875 Border Color

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

This div border color is #d03875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03875


Comments

No comments written yet.

Please login to write comment.