Color Hex Logo

#df03ee Color Hex

#DF03EE
(223,3,238)
0 Favorites   0 Comments

Color spaces of #df03ee

RGB 2233238
HSL0.820.980.47
HSV296°99°93°
CMYK 0.060.990.00   0.07
XYZ45.896621.926182.7021
Yxy21.92610.30490.1457
Hunter Lab46.825393.0154-71.9393
CIE-Lab53.948590.7669-61.8792

#df03ee color RGB value is (223,3,238).

#df03ee hex color red value is 223, green value is 3 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #df03ee hue: 0.82 , saturation: 0.98 and the lightness value of df03ee is 0.47.

The process color (four color CMYK) of #df03ee color hex is 0.06, 0.99, 0.00, 0.07. Web safe color of #df03ee is #cc00ff. Color #df03ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000011 11101110
Octal 337 3 356
Decimal 223 3 238
Hex DF 3 EE

RGB Percentages of Color #df03ee

%48.06
%0.65
%51.29

CMYK Percentages of Color #df03ee

%6
%99
%0
%7

Triadic Colors of #df03ee

#df03ee #eedf03 #03eedf

Analogous Colors of #df03ee

#df03ee #ee0388 #6a03ee

Monochromatic Colors of #df03ee

#df03ee

Complementary Color

#df03ee #12ee03

#df03ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df03ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df03ee Color CSS Codes

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

#df03ee Text Font Color

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

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


#df03ee Background Color

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

This div background color is #df03ee


#df03ee Border Color

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

This div border color is #df03ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df03ee


Comments

No comments written yet.

Please login to write comment.