Color Hex Logo

#d12334 Color Hex

#D12334
(209,35,52)
0 Favorites   0 Comments

Color spaces of #d12334

RGB 2093552
HSL0.980.710.48
HSV354°83°82°
CMYK 0.000.830.75   0.18
XYZ27.515415.00534.6949
Yxy15.00530.58280.3178
Hunter Lab38.736759.002819.9297
CIE-Lab45.641565.066236.1460

#d12334 color RGB value is (209,35,52).

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

The process color (four color CMYK) of #d12334 color hex is 0.00, 0.83, 0.75, 0.18. Web safe color of #d12334 is #cc3333. Color #d12334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 00110100
Octal 321 43 64
Decimal 209 35 52
Hex D1 23 34

RGB Percentages of Color #d12334

%70.61
%11.82
%17.57

CMYK Percentages of Color #d12334

%0
%83
%75
%18

Triadic Colors of #d12334

#d12334 #34d123 #2334d1

Analogous Colors of #d12334

#d12334 #d16923 #d1238b

Monochromatic Colors of #d12334

#d12334

Complementary Color

#d12334 #23d1c0

#d12334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12334 Color CSS Codes

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

#d12334 Text Font Color

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

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


#d12334 Background Color

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

This div background color is #d12334


#d12334 Border Color

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

This div border color is #d12334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12334


Comments

No comments written yet.

Please login to write comment.