Color Hex Logo

#d038de Color Hex

#D038DE
(208,56,222)
0 Favorites   0 Comments

Color spaces of #d038de

RGB 20856222
HSL0.820.720.55
HSV295°75°87°
CMYK 0.060.750.00   0.13
XYZ40.611421.512271.1190
Yxy21.51220.30480.1615
Hunter Lab46.381275.1273-58.4459
CIE-Lab53.505677.0009-53.6917

#d038de color RGB value is (208,56,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 11011110
Octal 320 70 336
Decimal 208 56 222
Hex D0 38 DE

RGB Percentages of Color #d038de

%42.80
%11.52
%45.68

CMYK Percentages of Color #d038de

%6
%75
%0
%13

Triadic Colors of #d038de

#d038de #ded038 #38ded0

Analogous Colors of #d038de

#d038de #de3899 #7d38de

Monochromatic Colors of #d038de

#d038de

Complementary Color

#d038de #46de38

#d038de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d038de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d038de Color CSS Codes

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

#d038de Text Font Color

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

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


#d038de Background Color

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

This div background color is #d038de


#d038de Border Color

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

This div border color is #d038de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d038de


Comments

No comments written yet.

Please login to write comment.