Color Hex Logo

#d63539 Color Hex

#D63539
(214,53,57)
0 Favorites   0 Comments

Color spaces of #d63539

RGB 2145357
HSL1.000.660.52
HSV359°75°84°
CMYK 0.000.750.73   0.16
XYZ29.743217.13785.6112
Yxy17.13780.56660.3265
Hunter Lab41.397855.801120.9421
CIE-Lab48.433261.729036.6651

#d63539 color RGB value is (214,53,57).

#d63539 hex color red value is 214, green value is 53 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d63539 hue: 1.00 , saturation: 0.66 and the lightness value of d63539 is 0.52.

The process color (four color CMYK) of #d63539 color hex is 0.00, 0.75, 0.73, 0.16. Web safe color of #d63539 is #cc3333. Color #d63539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110101 00111001
Octal 326 65 71
Decimal 214 53 57
Hex D6 35 39

RGB Percentages of Color #d63539

%66.05
%16.36
%17.59

CMYK Percentages of Color #d63539

%0
%75
%73
%16

Triadic Colors of #d63539

#d63539 #39d635 #3539d6

Analogous Colors of #d63539

#d63539 #d68235 #d6358a

Monochromatic Colors of #d63539

#d63539

Complementary Color

#d63539 #35d6d2

#d63539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63539 Color CSS Codes

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

#d63539 Text Font Color

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

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


#d63539 Background Color

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

This div background color is #d63539


#d63539 Border Color

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

This div border color is #d63539


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,53,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d63539; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d63539;
  -webkit-box-shadow: 1px 1px 3px 2px #d63539;
  box-shadow:         1px 1px 3px 2px #d63539; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,53,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63539


Comments

No comments written yet.

Please login to write comment.