Color Hex Logo

#d35065 Color Hex

#D35065
(211,80,101)
0 Favorites   0 Comments

Color spaces of #d35065

RGB 21180101
HSL0.970.600.57
HSV350°62°83°
CMYK 0.000.620.52   0.17
XYZ32.081620.525814.5829
Yxy20.52580.47750.3055
Hunter Lab45.305447.114712.6295
CIE-Lab52.426653.188815.6496

#d35065 color RGB value is (211,80,101).

#d35065 hex color red value is 211, green value is 80 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d35065 hue: 0.97 , saturation: 0.60 and the lightness value of d35065 is 0.57.

The process color (four color CMYK) of #d35065 color hex is 0.00, 0.62, 0.52, 0.17. Web safe color of #d35065 is #cc6666. Color #d35065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010000 01100101
Octal 323 120 145
Decimal 211 80 101
Hex D3 50 65

RGB Percentages of Color #d35065

%53.83
%20.41
%25.77

CMYK Percentages of Color #d35065

%0
%62
%52
%17

Triadic Colors of #d35065

#d35065 #65d350 #5065d3

Analogous Colors of #d35065

#d35065 #d37d50 #d350a7

Monochromatic Colors of #d35065

#d35065

Complementary Color

#d35065 #50d3be

#d35065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35065 Color CSS Codes

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

#d35065 Text Font Color

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

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


#d35065 Background Color

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

This div background color is #d35065


#d35065 Border Color

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

This div border color is #d35065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35065


Comments

No comments written yet.

Please login to write comment.