Color Hex Logo

#d84358 Color Hex

#D84358
(216,67,88)
0 Favorites   0 Comments

Color spaces of #d84358

RGB 2166788
HSL0.980.660.55
HSV352°69°85°
CMYK 0.000.690.59   0.15
XYZ32.087519.317811.2700
Yxy19.31780.51200.3082
Hunter Lab43.952053.399215.5635
CIE-Lab51.057059.113621.7113

#d84358 color RGB value is (216,67,88).

#d84358 hex color red value is 216, green value is 67 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #d84358 hue: 0.98 , saturation: 0.66 and the lightness value of d84358 is 0.55.

The process color (four color CMYK) of #d84358 color hex is 0.00, 0.69, 0.59, 0.15. Web safe color of #d84358 is #cc3366. Color #d84358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000011 01011000
Octal 330 103 130
Decimal 216 67 88
Hex D8 43 58

RGB Percentages of Color #d84358

%58.22
%18.06
%23.72

CMYK Percentages of Color #d84358

%0
%69
%59
%15

Triadic Colors of #d84358

#d84358 #58d843 #4358d8

Analogous Colors of #d84358

#d84358 #d87943 #d843a3

Monochromatic Colors of #d84358

#d84358

Complementary Color

#d84358 #43d8c3

#d84358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84358 Color CSS Codes

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

#d84358 Text Font Color

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

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


#d84358 Background Color

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

This div background color is #d84358


#d84358 Border Color

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

This div border color is #d84358


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,67,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d84358; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d84358;
  -webkit-box-shadow: 1px 1px 3px 2px #d84358;
  box-shadow:         1px 1px 3px 2px #d84358; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84358


Comments

No comments written yet.

Please login to write comment.