Color Hex Logo

#d073ee Color Hex

#D073EE
(208,115,238)
0 Favorites   0 Comments

Color spaces of #d073ee

RGB 208115238
HSL0.790.780.69
HSV285°52°93°
CMYK 0.130.520.00   0.07
XYZ47.575831.844484.5280
Yxy31.84440.29020.1942
Hunter Lab56.430851.7361-49.3092
CIE-Lab63.214155.5558-47.2373

#d073ee color RGB value is (208,115,238).

#d073ee hex color red value is 208, green value is 115 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d073ee hue: 0.79 , saturation: 0.78 and the lightness value of d073ee is 0.69.

The process color (four color CMYK) of #d073ee color hex is 0.13, 0.52, 0.00, 0.07. Web safe color of #d073ee is #cc66ff. Color #d073ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11101110
Octal 320 163 356
Decimal 208 115 238
Hex D0 73 EE

RGB Percentages of Color #d073ee

%37.08
%20.50
%42.42

CMYK Percentages of Color #d073ee

%13
%52
%0
%7

Triadic Colors of #d073ee

#d073ee #eed073 #73eed0

Analogous Colors of #d073ee

#d073ee #ee73cf #9373ee

Monochromatic Colors of #d073ee

#d073ee

Complementary Color

#d073ee #91ee73

#d073ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073ee Color CSS Codes

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

#d073ee Text Font Color

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

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


#d073ee Background Color

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

This div background color is #d073ee


#d073ee Border Color

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

This div border color is #d073ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073ee


Comments

No comments written yet.

Please login to write comment.