Color Hex Logo

#d0194b Color Hex

#D0194B
(208,25,75)
0 Favorites   0 Comments

Color spaces of #d0194b

RGB 2082575
HSL0.950.790.46
HSV344°88°82°
CMYK 0.000.880.64   0.18
XYZ27.630114.61328.0210
Yxy14.61320.54970.2907
Hunter Lab38.227262.119714.3186
CIE-Lab45.099867.859921.5042

#d0194b color RGB value is (208,25,75).

#d0194b hex color red value is 208, green value is 25 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d0194b hue: 0.95 , saturation: 0.79 and the lightness value of d0194b is 0.46.

The process color (four color CMYK) of #d0194b color hex is 0.00, 0.88, 0.64, 0.18. Web safe color of #d0194b is #cc0033. Color #d0194b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011001 01001011
Octal 320 31 113
Decimal 208 25 75
Hex D0 19 4B

RGB Percentages of Color #d0194b

%67.53
%8.12
%24.35

CMYK Percentages of Color #d0194b

%0
%88
%64
%18

Triadic Colors of #d0194b

#d0194b #4bd019 #194bd0

Analogous Colors of #d0194b

#d0194b #d04319 #d019a7

Monochromatic Colors of #d0194b

#d0194b

Complementary Color

#d0194b #19d09e

#d0194b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0194b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0194b Color CSS Codes

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

#d0194b Text Font Color

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

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


#d0194b Background Color

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

This div background color is #d0194b


#d0194b Border Color

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

This div border color is #d0194b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0194b


Comments

No comments written yet.

Please login to write comment.