Color Hex Logo

#d03753 Color Hex

#D03753
(208,55,83)
0 Favorites   0 Comments

Color spaces of #d03753

RGB 2085583
HSL0.970.620.52
HSV349°74°82°
CMYK 0.000.740.60   0.18
XYZ28.939916.76689.8946
Yxy16.76680.52050.3016
Hunter Lab40.947354.498914.3361
CIE-Lab47.964860.663820.3670

#d03753 color RGB value is (208,55,83).

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

The process color (four color CMYK) of #d03753 color hex is 0.00, 0.74, 0.60, 0.18. Web safe color of #d03753 is #cc3366. Color #d03753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110111 01010011
Octal 320 67 123
Decimal 208 55 83
Hex D0 37 53

RGB Percentages of Color #d03753

%60.12
%15.90
%23.99

CMYK Percentages of Color #d03753

%0
%74
%60
%18

Triadic Colors of #d03753

#d03753 #53d037 #3753d0

Analogous Colors of #d03753

#d03753 #d06837 #d037a0

Monochromatic Colors of #d03753

#d03753

Complementary Color

#d03753 #37d0b4

#d03753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03753 Color CSS Codes

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

#d03753 Text Font Color

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

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


#d03753 Background Color

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

This div background color is #d03753


#d03753 Border Color

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

This div border color is #d03753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03753


Comments

No comments written yet.

Please login to write comment.