Color Hex Logo

#dc71eb Color Hex

#DC71EB
(220,113,235)
0 Favorites   0 Comments

Color spaces of #dc71eb

RGB 220113235
HSL0.810.750.68
HSV293°52°92°
CMYK 0.060.520.00   0.08
XYZ50.415733.024182.3143
Yxy33.02410.30420.1992
Hunter Lab57.466656.0323-44.6995
CIE-Lab64.180459.1375-43.9523

#dc71eb color RGB value is (220,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 11101011
Octal 334 161 353
Decimal 220 113 235
Hex DC 71 EB

RGB Percentages of Color #dc71eb

%38.73
%19.89
%41.37

CMYK Percentages of Color #dc71eb

%6
%52
%0
%8

Triadic Colors of #dc71eb

#dc71eb #ebdc71 #71ebdc

Analogous Colors of #dc71eb

#dc71eb #eb71bd #9f71eb

Monochromatic Colors of #dc71eb

#dc71eb

Complementary Color

#dc71eb #80eb71

#dc71eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc71eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc71eb Color CSS Codes

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

#dc71eb Text Font Color

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

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


#dc71eb Background Color

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

This div background color is #dc71eb


#dc71eb Border Color

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

This div border color is #dc71eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc71eb


Comments

No comments written yet.

Please login to write comment.