Color Hex Logo

#d838df Color Hex

#D838DF
(216,56,223)
0 Favorites   0 Comments

Color spaces of #d838df

RGB 21656223
HSL0.830.720.55
HSV297°75°87°
CMYK 0.030.750.00   0.13
XYZ43.052422.755071.9351
Yxy22.75500.31260.1652
Hunter Lab47.702277.6218-56.0180
CIE-Lab54.819178.7381-52.0883

#d838df color RGB value is (216,56,223).

#d838df hex color red value is 216, green value is 56 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d838df hue: 0.83 , saturation: 0.72 and the lightness value of d838df is 0.55.

The process color (four color CMYK) of #d838df color hex is 0.03, 0.75, 0.00, 0.13. Web safe color of #d838df is #cc33cc. Color #d838df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111000 11011111
Octal 330 70 337
Decimal 216 56 223
Hex D8 38 DF

RGB Percentages of Color #d838df

%43.64
%11.31
%45.05

CMYK Percentages of Color #d838df

%3
%75
%0
%13

Triadic Colors of #d838df

#d838df #dfd838 #38dfd8

Analogous Colors of #d838df

#d838df #df3893 #8538df

Monochromatic Colors of #d838df

#d838df

Complementary Color

#d838df #3fdf38

#d838df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d838df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d838df Color CSS Codes

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

#d838df Text Font Color

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

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


#d838df Background Color

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

This div background color is #d838df


#d838df Border Color

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

This div border color is #d838df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d838df


Comments

No comments written yet.

Please login to write comment.