Color Hex Logo

#d63255 Color Hex

#D63255
(214,50,85)
0 Favorites   0 Comments

Color spaces of #d63255

RGB 2145085
HSL0.960.670.52
HSV347°77°84°
CMYK 0.000.770.60   0.16
XYZ30.511917.233210.3125
Yxy17.23320.52550.2968
Hunter Lab41.512958.549614.3304
CIE-Lab48.552564.114220.1318

#d63255 color RGB value is (214,50,85).

#d63255 hex color red value is 214, green value is 50 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d63255 hue: 0.96 , saturation: 0.67 and the lightness value of d63255 is 0.52.

The process color (four color CMYK) of #d63255 color hex is 0.00, 0.77, 0.60, 0.16. Web safe color of #d63255 is #cc3366. Color #d63255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110010 01010101
Octal 326 62 125
Decimal 214 50 85
Hex D6 32 55

RGB Percentages of Color #d63255

%61.32
%14.33
%24.36

CMYK Percentages of Color #d63255

%0
%77
%60
%16

Triadic Colors of #d63255

#d63255 #55d632 #3255d6

Analogous Colors of #d63255

#d63255 #d66132 #d632a7

Monochromatic Colors of #d63255

#d63255

Complementary Color

#d63255 #32d6b3

#d63255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63255 Color CSS Codes

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

#d63255 Text Font Color

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

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


#d63255 Background Color

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

This div background color is #d63255


#d63255 Border Color

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

This div border color is #d63255


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,50,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 #d63255">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63255


Comments

No comments written yet.

Please login to write comment.