Color Hex Logo

#d65454 Color Hex

#D65454
(214,84,84)
0 Favorites   0 Comments

Color spaces of #d65454

RGB 2148484
HSL0.000.610.58
HSV61°84°
CMYK 0.000.610.61   0.16
XYZ32.502121.276910.7813
Yxy21.27690.50340.3296
Hunter Lab46.126945.053318.4309
CIE-Lab53.251251.148626.8720

#d65454 color RGB value is (214,84,84).

#d65454 hex color red value is 214, green value is 84 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d65454 hue: 0.00 , saturation: 0.61 and the lightness value of d65454 is 0.58.

The process color (four color CMYK) of #d65454 color hex is 0.00, 0.61, 0.61, 0.16. Web safe color of #d65454 is #cc6666. Color #d65454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010100 01010100
Octal 326 124 124
Decimal 214 84 84
Hex D6 54 54

RGB Percentages of Color #d65454

%56.02
%21.99
%21.99

CMYK Percentages of Color #d65454

%0
%61
%61
%16

Triadic Colors of #d65454

#d65454 #54d654 #5454d6

Analogous Colors of #d65454

#d65454 #d69554 #d65495

Monochromatic Colors of #d65454

#d65454

Complementary Color

#d65454 #54d6d6

#d65454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65454 Color CSS Codes

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

#d65454 Text Font Color

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

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


#d65454 Background Color

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

This div background color is #d65454


#d65454 Border Color

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

This div border color is #d65454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65454


Comments

No comments written yet.

Please login to write comment.