Color Hex Logo

#d1235d Color Hex

#D1235D
(209,35,93)
0 Favorites   0 Comments

Color spaces of #d1235d

RGB 2093593
HSL0.940.710.48
HSV340°83°82°
CMYK 0.000.830.56   0.18
XYZ28.871315.547711.8352
Yxy15.54770.51320.2764
Hunter Lab39.430661.69539.8053
CIE-Lab46.375467.248912.0954

#d1235d color RGB value is (209,35,93).

#d1235d hex color red value is 209, green value is 35 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d1235d hue: 0.94 , saturation: 0.71 and the lightness value of d1235d is 0.48.

The process color (four color CMYK) of #d1235d color hex is 0.00, 0.83, 0.56, 0.18. Web safe color of #d1235d is #cc3366. Color #d1235d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 01011101
Octal 321 43 135
Decimal 209 35 93
Hex D1 23 5D

RGB Percentages of Color #d1235d

%62.02
%10.39
%27.60

CMYK Percentages of Color #d1235d

%0
%83
%56
%18

Triadic Colors of #d1235d

#d1235d #5dd123 #235dd1

Analogous Colors of #d1235d

#d1235d #d14023 #d123b4

Monochromatic Colors of #d1235d

#d1235d

Complementary Color

#d1235d #23d197

#d1235d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1235d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1235d Color CSS Codes

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

#d1235d Text Font Color

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

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


#d1235d Background Color

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

This div background color is #d1235d


#d1235d Border Color

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

This div border color is #d1235d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,35,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1235d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1235d;
  -webkit-box-shadow: 1px 1px 3px 2px #d1235d;
  box-shadow:         1px 1px 3px 2px #d1235d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,35,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1235d


Comments

No comments written yet.

Please login to write comment.