Color Hex Logo

#d83275 Color Hex

#D83275
(216,50,117)
0 Favorites   0 Comments

Color spaces of #d83275

RGB 21650117
HSL0.930.680.52
HSV336°77°85°
CMYK 0.000.770.46   0.15
XYZ32.670418.164518.6138
Yxy18.16450.47040.2616
Hunter Lab42.619862.24523.9395
CIE-Lab49.695067.07952.2676

#d83275 color RGB value is (216,50,117).

#d83275 hex color red value is 216, green value is 50 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d83275 hue: 0.93 , saturation: 0.68 and the lightness value of d83275 is 0.52.

The process color (four color CMYK) of #d83275 color hex is 0.00, 0.77, 0.46, 0.15. Web safe color of #d83275 is #cc3366. Color #d83275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110010 01110101
Octal 330 62 165
Decimal 216 50 117
Hex D8 32 75

RGB Percentages of Color #d83275

%56.40
%13.05
%30.55

CMYK Percentages of Color #d83275

%0
%77
%46
%15

Triadic Colors of #d83275

#d83275 #75d832 #3275d8

Analogous Colors of #d83275

#d83275 #d84232 #d832c8

Monochromatic Colors of #d83275

#d83275

Complementary Color

#d83275 #32d895

#d83275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83275 Color CSS Codes

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

#d83275 Text Font Color

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

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


#d83275 Background Color

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

This div background color is #d83275


#d83275 Border Color

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

This div border color is #d83275


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,50,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83275


Comments

No comments written yet.

Please login to write comment.