Color Hex Logo

#d02a48 Color Hex

#D02A48
(208,42,72)
0 Favorites   0 Comments

Color spaces of #d02a48

RGB 2084272
HSL0.970.660.49
HSV349°80°82°
CMYK 0.000.800.65   0.18
XYZ28.010115.53377.6529
Yxy15.53370.54710.3034
Hunter Lab39.412857.884916.0765
CIE-Lab46.356763.953924.9739

#d02a48 color RGB value is (208,42,72).

#d02a48 hex color red value is 208, green value is 42 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d02a48 hue: 0.97 , saturation: 0.66 and the lightness value of d02a48 is 0.49.

The process color (four color CMYK) of #d02a48 color hex is 0.00, 0.80, 0.65, 0.18. Web safe color of #d02a48 is #cc3333. Color #d02a48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101010 01001000
Octal 320 52 110
Decimal 208 42 72
Hex D0 2A 48

RGB Percentages of Color #d02a48

%64.60
%13.04
%22.36

CMYK Percentages of Color #d02a48

%0
%80
%65
%18

Triadic Colors of #d02a48

#d02a48 #48d02a #2a48d0

Analogous Colors of #d02a48

#d02a48 #d05f2a #d02a9b

Monochromatic Colors of #d02a48

#d02a48

Complementary Color

#d02a48 #2ad0b2

#d02a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02a48 Color CSS Codes

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

#d02a48 Text Font Color

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

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


#d02a48 Background Color

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

This div background color is #d02a48


#d02a48 Border Color

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

This div border color is #d02a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02a48


Comments

No comments written yet.

Please login to write comment.