Color Hex Logo

#d038ea Color Hex

#D038EA
(208,56,234)
0 Favorites   0 Comments

Color spaces of #d038ea

RGB 20856234
HSL0.810.810.57
HSV291°76°92°
CMYK 0.110.760.00   0.08
XYZ42.277922.178879.8945
Yxy22.17880.29290.1536
Hunter Lab47.094477.8292-67.6180
CIE-Lab54.216279.0201-59.3289

#d038ea color RGB value is (208,56,234).

#d038ea hex color red value is 208, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d038ea hue: 0.81 , saturation: 0.81 and the lightness value of d038ea is 0.57.

The process color (four color CMYK) of #d038ea color hex is 0.11, 0.76, 0.00, 0.08. Web safe color of #d038ea is #cc33ff. Color #d038ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 11101010
Octal 320 70 352
Decimal 208 56 234
Hex D0 38 EA

RGB Percentages of Color #d038ea

%41.77
%11.24
%46.99

CMYK Percentages of Color #d038ea

%11
%76
%0
%8

Triadic Colors of #d038ea

#d038ea #ead038 #38ead0

Analogous Colors of #d038ea

#d038ea #ea38ab #7738ea

Monochromatic Colors of #d038ea

#d038ea

Complementary Color

#d038ea #52ea38

#d038ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d038ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d038ea Color CSS Codes

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

#d038ea Text Font Color

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

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


#d038ea Background Color

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

This div background color is #d038ea


#d038ea Border Color

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

This div border color is #d038ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d038ea


Comments

No comments written yet.

Please login to write comment.