Color Hex Logo

#d63765 Color Hex

#D63765
(214,55,101)
0 Favorites   0 Comments

Color spaces of #d63765

RGB 21455101
HSL0.950.660.53
HSV343°74°84°
CMYK 0.000.740.53   0.16
XYZ31.446717.968114.1227
Yxy17.96810.49490.2828
Hunter Lab42.388858.24229.9185
CIE-Lab49.457463.675111.6183

#d63765 color RGB value is (214,55,101).

#d63765 hex color red value is 214, green value is 55 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d63765 hue: 0.95 , saturation: 0.66 and the lightness value of d63765 is 0.53.

The process color (four color CMYK) of #d63765 color hex is 0.00, 0.74, 0.53, 0.16. Web safe color of #d63765 is #cc3366. Color #d63765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110111 01100101
Octal 326 67 145
Decimal 214 55 101
Hex D6 37 65

RGB Percentages of Color #d63765

%57.84
%14.86
%27.30

CMYK Percentages of Color #d63765

%0
%74
%53
%16

Triadic Colors of #d63765

#d63765 #65d637 #3765d6

Analogous Colors of #d63765

#d63765 #d65937 #d637b5

Monochromatic Colors of #d63765

#d63765

Complementary Color

#d63765 #37d6a8

#d63765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63765 Color CSS Codes

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

#d63765 Text Font Color

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

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


#d63765 Background Color

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

This div background color is #d63765


#d63765 Border Color

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

This div border color is #d63765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63765


Comments

No comments written yet.

Please login to write comment.