Color Hex Logo

#d01035 Color Hex

#D01035
(208,16,53)
0 Favorites   0 Comments

Color spaces of #d01035

RGB 2081653
HSL0.970.860.44
HSV348°92°82°
CMYK 0.000.920.75   0.18
XYZ26.840314.03754.6630
Yxy14.03750.58940.3082
Hunter Lab37.466762.306918.8476
CIE-Lab44.286768.178333.9693

#d01035 color RGB value is (208,16,53).

#d01035 hex color red value is 208, green value is 16 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d01035 hue: 0.97 , saturation: 0.86 and the lightness value of d01035 is 0.44.

The process color (four color CMYK) of #d01035 color hex is 0.00, 0.92, 0.75, 0.18. Web safe color of #d01035 is #cc0033. Color #d01035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010000 00110101
Octal 320 20 65
Decimal 208 16 53
Hex D0 10 35

RGB Percentages of Color #d01035

%75.09
%5.78
%19.13

CMYK Percentages of Color #d01035

%0
%92
%75
%18

Triadic Colors of #d01035

#d01035 #35d010 #1035d0

Analogous Colors of #d01035

#d01035 #d04b10 #d01095

Monochromatic Colors of #d01035

#d01035

Complementary Color

#d01035 #10d0ab

#d01035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01035 Color CSS Codes

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

#d01035 Text Font Color

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

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


#d01035 Background Color

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

This div background color is #d01035


#d01035 Border Color

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

This div border color is #d01035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01035


Comments

No comments written yet.

Please login to write comment.