Color Hex Logo

#d01448 Color Hex

#D01448
(208,20,72)
0 Favorites   0 Comments

Color spaces of #d01448

RGB 2082072
HSL0.950.820.45
HSV343°90°82°
CMYK 0.000.900.65   0.18
XYZ27.432314.37817.4603
Yxy14.37810.55680.2918
Hunter Lab37.918562.779414.8779
CIE-Lab44.770468.487622.9372

#d01448 color RGB value is (208,20,72).

#d01448 hex color red value is 208, green value is 20 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d01448 hue: 0.95 , saturation: 0.82 and the lightness value of d01448 is 0.45.

The process color (four color CMYK) of #d01448 color hex is 0.00, 0.90, 0.65, 0.18. Web safe color of #d01448 is #cc0033. Color #d01448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010100 01001000
Octal 320 24 110
Decimal 208 20 72
Hex D0 14 48

RGB Percentages of Color #d01448

%69.33
%6.67
%24.00

CMYK Percentages of Color #d01448

%0
%90
%65
%18

Triadic Colors of #d01448

#d01448 #48d014 #1448d0

Analogous Colors of #d01448

#d01448 #d03e14 #d014a6

Monochromatic Colors of #d01448

#d01448

Complementary Color

#d01448 #14d09c

#d01448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01448 Color CSS Codes

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

#d01448 Text Font Color

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

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


#d01448 Background Color

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

This div background color is #d01448


#d01448 Border Color

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

This div border color is #d01448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,20,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 #d01448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01448


Comments

No comments written yet.

Please login to write comment.