Color Hex Logo

#d03850 Color Hex

#D03850
(208,56,80)
0 Favorites   0 Comments

Color spaces of #d03850

RGB 2085680
HSL0.970.620.52
HSV351°73°82°
CMYK 0.000.730.62   0.18
XYZ28.874616.81749.3136
Yxy16.81740.52490.3057
Hunter Lab41.009053.916715.2409
CIE-Lab48.029160.133522.2734

#d03850 color RGB value is (208,56,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 01010000
Octal 320 70 120
Decimal 208 56 80
Hex D0 38 50

RGB Percentages of Color #d03850

%60.47
%16.28
%23.26

CMYK Percentages of Color #d03850

%0
%73
%62
%18

Triadic Colors of #d03850

#d03850 #50d038 #3850d0

Analogous Colors of #d03850

#d03850 #d06c38 #d0389c

Monochromatic Colors of #d03850

#d03850

Complementary Color

#d03850 #38d0b8

#d03850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03850 Color CSS Codes

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

#d03850 Text Font Color

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

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


#d03850 Background Color

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

This div background color is #d03850


#d03850 Border Color

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

This div border color is #d03850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03850

#d03850 Color Palettes


Comments

No comments written yet.

Please login to write comment.