Color Hex Logo

#d03eee Color Hex

#D03EEE
(208,62,238)
0 Favorites   0 Comments

Color spaces of #d03eee

RGB 20862238
HSL0.800.840.59
HSV290°74°93°
CMYK 0.130.740.00   0.07
XYZ43.167723.028283.0586
Yxy23.02820.28920.1543
Hunter Lab47.987776.5925-69.0296
CIE-Lab55.101477.8638-60.1533

#d03eee color RGB value is (208,62,238).

#d03eee hex color red value is 208, green value is 62 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d03eee hue: 0.80 , saturation: 0.84 and the lightness value of d03eee is 0.59.

The process color (four color CMYK) of #d03eee color hex is 0.13, 0.74, 0.00, 0.07. Web safe color of #d03eee is #cc33ff. Color #d03eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111110 11101110
Octal 320 76 356
Decimal 208 62 238
Hex D0 3E EE

RGB Percentages of Color #d03eee

%40.94
%12.20
%46.85

CMYK Percentages of Color #d03eee

%13
%74
%0
%7

Triadic Colors of #d03eee

#d03eee #eed03e #3eeed0

Analogous Colors of #d03eee

#d03eee #ee3eb4 #783eee

Monochromatic Colors of #d03eee

#d03eee

Complementary Color

#d03eee #5cee3e

#d03eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03eee Color CSS Codes

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

#d03eee Text Font Color

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

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


#d03eee Background Color

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

This div background color is #d03eee


#d03eee Border Color

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

This div border color is #d03eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,62,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 #d03eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03eee


Comments

No comments written yet.

Please login to write comment.