Color Hex Logo

#d01a6b Color Hex

#D01A6B
(208,26,107)
0 Favorites   0 Comments

Color spaces of #d01a6b

RGB 20826107
HSL0.930.780.46
HSV333°88°82°
CMYK 0.000.880.49   0.18
XYZ29.035715.210215.3154
Yxy15.21020.48750.2554
Hunter Lab39.000364.64284.0170
CIE-Lab45.920869.84532.7473

#d01a6b color RGB value is (208,26,107).

#d01a6b hex color red value is 208, green value is 26 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d01a6b hue: 0.93 , saturation: 0.78 and the lightness value of d01a6b is 0.46.

The process color (four color CMYK) of #d01a6b color hex is 0.00, 0.88, 0.49, 0.18. Web safe color of #d01a6b is #cc3366. Color #d01a6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011010 01101011
Octal 320 32 153
Decimal 208 26 107
Hex D0 1A 6B

RGB Percentages of Color #d01a6b

%61.00
%7.62
%31.38

CMYK Percentages of Color #d01a6b

%0
%88
%49
%18

Triadic Colors of #d01a6b

#d01a6b #6bd01a #1a6bd0

Analogous Colors of #d01a6b

#d01a6b #d0241a #d01ac6

Monochromatic Colors of #d01a6b

#d01a6b

Complementary Color

#d01a6b #1ad07f

#d01a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01a6b Color CSS Codes

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

#d01a6b Text Font Color

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

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


#d01a6b Background Color

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

This div background color is #d01a6b


#d01a6b Border Color

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

This div border color is #d01a6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01a6b


Comments

No comments written yet.

Please login to write comment.