Color Hex Logo

#dc6cef Color Hex

#DC6CEF
(220,108,239)
0 Favorites   0 Comments

Color spaces of #dc6cef

RGB 220108239
HSL0.810.800.68
HSV291°55°94°
CMYK 0.080.550.00   0.06
XYZ50.457732.172885.2119
Yxy32.17280.30060.1917
Hunter Lab56.721159.5274-49.3664
CIE-Lab63.485462.2455-47.2638

#dc6cef color RGB value is (220,108,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101100 11101111
Octal 334 154 357
Decimal 220 108 239
Hex DC 6C EF

RGB Percentages of Color #dc6cef

%38.80
%19.05
%42.15

CMYK Percentages of Color #dc6cef

%8
%55
%0
%6

Triadic Colors of #dc6cef

#dc6cef #efdc6c #6cefdc

Analogous Colors of #dc6cef

#dc6cef #ef6cc1 #9b6cef

Monochromatic Colors of #dc6cef

#dc6cef

Complementary Color

#dc6cef #7fef6c

#dc6cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6cef Color CSS Codes

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

#dc6cef Text Font Color

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

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


#dc6cef Background Color

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

This div background color is #dc6cef


#dc6cef Border Color

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

This div border color is #dc6cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6cef


Comments

No comments written yet.

Please login to write comment.