Color Hex Logo

#d65255 Color Hex

#D65255
(214,82,85)
0 Favorites   0 Comments

Color spaces of #d65255

RGB 2148285
HSL1.000.620.58
HSV359°62°84°
CMYK 0.000.620.60   0.16
XYZ32.388520.986610.9381
Yxy20.98660.50360.3263
Hunter Lab45.811146.030117.9114
CIE-Lab52.934852.104625.8801

#d65255 color RGB value is (214,82,85).

#d65255 hex color red value is 214, green value is 82 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d65255 hue: 1.00 , saturation: 0.62 and the lightness value of d65255 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 01010101
Octal 326 122 125
Decimal 214 82 85
Hex D6 52 55

RGB Percentages of Color #d65255

%56.17
%21.52
%22.31

CMYK Percentages of Color #d65255

%0
%62
%60
%16

Triadic Colors of #d65255

#d65255 #55d652 #5255d6

Analogous Colors of #d65255

#d65255 #d69152 #d65297

Monochromatic Colors of #d65255

#d65255

Complementary Color

#d65255 #52d6d3

#d65255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65255 Color CSS Codes

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

#d65255 Text Font Color

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

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


#d65255 Background Color

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

This div background color is #d65255


#d65255 Border Color

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

This div border color is #d65255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65255


Comments

No comments written yet.

Please login to write comment.