Color Hex Logo

#d03057 Color Hex

#D03057
(208,48,87)
0 Favorites   0 Comments

Color spaces of #d03057

RGB 2084887
HSL0.960.630.50
HSV345°77°82°
CMYK 0.000.770.58   0.18
XYZ28.789716.211910.6287
Yxy16.21190.51750.2914
Hunter Lab40.264057.169612.5337
CIE-Lab47.251363.156616.9659

#d03057 color RGB value is (208,48,87).

#d03057 hex color red value is 208, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #d03057 hue: 0.96 , saturation: 0.63 and the lightness value of d03057 is 0.50.

The process color (four color CMYK) of #d03057 color hex is 0.00, 0.77, 0.58, 0.18. Web safe color of #d03057 is #cc3366. Color #d03057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 01010111
Octal 320 60 127
Decimal 208 48 87
Hex D0 30 57

RGB Percentages of Color #d03057

%60.64
%13.99
%25.36

CMYK Percentages of Color #d03057

%0
%77
%58
%18

Triadic Colors of #d03057

#d03057 #57d030 #3057d0

Analogous Colors of #d03057

#d03057 #d05930 #d030a7

Monochromatic Colors of #d03057

#d03057

Complementary Color

#d03057 #30d0a9

#d03057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03057 Color CSS Codes

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

#d03057 Text Font Color

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

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


#d03057 Background Color

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

This div background color is #d03057


#d03057 Border Color

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

This div border color is #d03057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03057


Comments

No comments written yet.

Please login to write comment.