Color Hex Logo

#d34238 Color Hex

#D34238
(211,66,56)
0 Favorites   0 Comments

Color spaces of #d34238

RGB 2116656
HSL0.010.640.52
HSV73°83°
CMYK 0.000.690.73   0.17
XYZ29.526018.03085.6655
Yxy18.03080.55480.3388
Hunter Lab42.462749.808521.8132
CIE-Lab49.533456.158238.3227

#d34238 color RGB value is (211,66,56).

#d34238 hex color red value is 211, green value is 66 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d34238 hue: 0.01 , saturation: 0.64 and the lightness value of d34238 is 0.52.

The process color (four color CMYK) of #d34238 color hex is 0.00, 0.69, 0.73, 0.17. Web safe color of #d34238 is #cc3333. Color #d34238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 00111000
Octal 323 102 70
Decimal 211 66 56
Hex D3 42 38

RGB Percentages of Color #d34238

%63.36
%19.82
%16.82

CMYK Percentages of Color #d34238

%0
%69
%73
%17

Triadic Colors of #d34238

#d34238 #38d342 #4238d3

Analogous Colors of #d34238

#d34238 #d39038 #d3387c

Monochromatic Colors of #d34238

#d34238

Complementary Color

#d34238 #38c9d3

#d34238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34238 Color CSS Codes

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

#d34238 Text Font Color

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

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


#d34238 Background Color

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

This div background color is #d34238


#d34238 Border Color

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

This div border color is #d34238


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,66,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d34238; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d34238;
  -webkit-box-shadow: 1px 1px 3px 2px #d34238;
  box-shadow:         1px 1px 3px 2px #d34238; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,66,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34238


Comments

No comments written yet.

Please login to write comment.