Color Hex Logo

#dc0fee Color Hex

#DC0FEE
(220,15,238)
0 Favorites   0 Comments

Color spaces of #dc0fee

RGB 22015238
HSL0.820.880.50
HSV295°94°93°
CMYK 0.080.940.00   0.07
XYZ45.118621.730382.7053
Yxy21.73030.30170.1453
Hunter Lab46.615891.1895-72.5608
CIE-Lab53.739789.4379-62.2416

#dc0fee color RGB value is (220,15,238).

#dc0fee hex color red value is 220, green value is 15 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dc0fee hue: 0.82 , saturation: 0.88 and the lightness value of dc0fee is 0.50.

The process color (four color CMYK) of #dc0fee color hex is 0.08, 0.94, 0.00, 0.07. Web safe color of #dc0fee is #cc00ff. Color #dc0fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001111 11101110
Octal 334 17 356
Decimal 220 15 238
Hex DC F EE

RGB Percentages of Color #dc0fee

%46.51
%3.17
%50.32

CMYK Percentages of Color #dc0fee

%8
%94
%0
%7

Triadic Colors of #dc0fee

#dc0fee #eedc0f #0feedc

Analogous Colors of #dc0fee

#dc0fee #ee0f91 #6d0fee

Monochromatic Colors of #dc0fee

#dc0fee

Complementary Color

#dc0fee #21ee0f

#dc0fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0fee Color CSS Codes

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

#dc0fee Text Font Color

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

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


#dc0fee Background Color

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

This div background color is #dc0fee


#dc0fee Border Color

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

This div border color is #dc0fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0fee


Comments

No comments written yet.

Please login to write comment.