Color Hex Logo

#d35268 Color Hex

#D35268
(211,82,104)
0 Favorites   0 Comments

Color spaces of #d35268

RGB 21182104
HSL0.970.590.57
HSV350°61°83°
CMYK 0.000.610.51   0.17
XYZ32.380020.882915.4209
Yxy20.88290.47140.3040
Hunter Lab45.697846.508211.9808
CIE-Lab52.821152.564214.4061

#d35268 color RGB value is (211,82,104).

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

The process color (four color CMYK) of #d35268 color hex is 0.00, 0.61, 0.51, 0.17. Web safe color of #d35268 is #cc6666. Color #d35268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 01101000
Octal 323 122 150
Decimal 211 82 104
Hex D3 52 68

RGB Percentages of Color #d35268

%53.15
%20.65
%26.20

CMYK Percentages of Color #d35268

%0
%61
%51
%17

Triadic Colors of #d35268

#d35268 #68d352 #5268d3

Analogous Colors of #d35268

#d35268 #d37d52 #d352a9

Monochromatic Colors of #d35268

#d35268

Complementary Color

#d35268 #52d3bd

#d35268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35268 Color CSS Codes

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

#d35268 Text Font Color

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

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


#d35268 Background Color

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

This div background color is #d35268


#d35268 Border Color

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

This div border color is #d35268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35268


Comments

No comments written yet.

Please login to write comment.