Color Hex Logo

#d835af Color Hex

#D835AF
(216,53,175)
0 Favorites   0 Comments

Color spaces of #d835af

RGB 21653175
HSL0.880.680.53
HSV315°75°85°
CMYK 0.000.750.19   0.15
XYZ37.329920.240342.4967
Yxy20.24030.37300.2023
Hunter Lab44.989269.3796-24.5127
CIE-Lab52.107872.5962-28.7327

#d835af color RGB value is (216,53,175).

#d835af hex color red value is 216, green value is 53 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d835af hue: 0.88 , saturation: 0.68 and the lightness value of d835af is 0.53.

The process color (four color CMYK) of #d835af color hex is 0.00, 0.75, 0.19, 0.15. Web safe color of #d835af is #cc3399. Color #d835af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110101 10101111
Octal 330 65 257
Decimal 216 53 175
Hex D8 35 AF

RGB Percentages of Color #d835af

%48.65
%11.94
%39.41

CMYK Percentages of Color #d835af

%0
%75
%19
%15

Triadic Colors of #d835af

#d835af #afd835 #35afd8

Analogous Colors of #d835af

#d835af #d8355e #b035d8

Monochromatic Colors of #d835af

#d835af

Complementary Color

#d835af #35d85e

#d835af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d835af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d835af Color CSS Codes

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

#d835af Text Font Color

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

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


#d835af Background Color

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

This div background color is #d835af


#d835af Border Color

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

This div border color is #d835af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d835af


Comments

No comments written yet.

Please login to write comment.