Color Hex Logo

#dc61ef Color Hex

#DC61EF
(220,97,239)
0 Favorites   0 Comments

Color spaces of #dc61ef

RGB 22097239
HSL0.810.820.66
HSV292°59°94°
CMYK 0.080.590.00   0.06
XYZ49.369929.997084.8493
Yxy29.99700.30060.1827
Hunter Lab54.769565.0554-53.5138
CIE-Lab61.651667.2193-50.1637

#dc61ef color RGB value is (220,97,239).

#dc61ef hex color red value is 220, green value is 97 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc61ef hue: 0.81 , saturation: 0.82 and the lightness value of dc61ef is 0.66.

The process color (four color CMYK) of #dc61ef color hex is 0.08, 0.59, 0.00, 0.06. Web safe color of #dc61ef is #cc66ff. Color #dc61ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 11101111
Octal 334 141 357
Decimal 220 97 239
Hex DC 61 EF

RGB Percentages of Color #dc61ef

%39.57
%17.45
%42.99

CMYK Percentages of Color #dc61ef

%8
%59
%0
%6

Triadic Colors of #dc61ef

#dc61ef #efdc61 #61efdc

Analogous Colors of #dc61ef

#dc61ef #ef61bb #9561ef

Monochromatic Colors of #dc61ef

#dc61ef

Complementary Color

#dc61ef #74ef61

#dc61ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc61ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc61ef Color CSS Codes

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

#dc61ef Text Font Color

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

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


#dc61ef Background Color

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

This div background color is #dc61ef


#dc61ef Border Color

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

This div border color is #dc61ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,97,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc61ef


Comments

No comments written yet.

Please login to write comment.