Color Hex Logo

#d023ff Color Hex

#D023FF
(208,35,255)
0 Favorites   0 Comments

Color spaces of #d023ff

RGB 20835255
HSL0.801.000.57
HSV287°86°100°
CMYK 0.180.860.00   0.00
XYZ44.663521.832096.4677
Yxy21.83200.27410.1340
Hunter Lab46.724788.8573-89.7026
CIE-Lab53.848387.6538-71.6615

#d023ff color RGB value is (208,35,255).

#d023ff hex color red value is 208, green value is 35 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d023ff hue: 0.80 , saturation: 1.00 and the lightness value of d023ff is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100011 11111111
Octal 320 43 377
Decimal 208 35 255
Hex D0 23 FF

RGB Percentages of Color #d023ff

%41.77
%7.03
%51.20

CMYK Percentages of Color #d023ff

%18
%86
%0
%0

Triadic Colors of #d023ff

#d023ff #ffd023 #23ffd0

Analogous Colors of #d023ff

#d023ff #ff23c0 #6223ff

Monochromatic Colors of #d023ff

#d023ff

Complementary Color

#d023ff #52ff23

#d023ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d023ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d023ff Color CSS Codes

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

#d023ff Text Font Color

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

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


#d023ff Background Color

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

This div background color is #d023ff


#d023ff Border Color

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

This div border color is #d023ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d023ff

Related Colors


Comments

No comments written yet.

Please login to write comment.