Color Hex Logo

#d038fe Color Hex

#D038FE
(208,56,254)
0 Favorites   0 Comments

Color spaces of #d038fe

RGB 20856254
HSL0.790.990.61
HSV286°78°100°
CMYK 0.180.780.00   0.00
XYZ45.316023.394095.8930
Yxy23.39400.27530.1421
Hunter Lab48.367382.5961-83.6911
CIE-Lab55.475982.5223-68.4732

#d038fe color RGB value is (208,56,254).

#d038fe hex color red value is 208, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d038fe hue: 0.79 , saturation: 0.99 and the lightness value of d038fe is 0.61.

The process color (four color CMYK) of #d038fe color hex is 0.18, 0.78, 0.00, 0.00. Web safe color of #d038fe is #cc33ff. Color #d038fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 11111110
Octal 320 70 376
Decimal 208 56 254
Hex D0 38 FE

RGB Percentages of Color #d038fe

%40.15
%10.81
%49.03

CMYK Percentages of Color #d038fe

%18
%78
%0
%0

Triadic Colors of #d038fe

#d038fe #fed038 #38fed0

Analogous Colors of #d038fe

#d038fe #fe38c9 #6d38fe

Monochromatic Colors of #d038fe

#d038fe

Complementary Color

#d038fe #66fe38

#d038fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d038fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d038fe Color CSS Codes

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

#d038fe Text Font Color

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

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


#d038fe Background Color

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

This div background color is #d038fe


#d038fe Border Color

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

This div border color is #d038fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d038fe


Comments

No comments written yet.

Please login to write comment.