Color Hex Logo

#db5cec Color Hex

#DB5CEC
(219,92,236)
0 Favorites   0 Comments

Color spaces of #db5cec

RGB 21992236
HSL0.810.790.64
HSV293°61°93°
CMYK 0.070.610.00   0.07
XYZ48.180928.770582.3707
Yxy28.77050.30240.1806
Hunter Lab53.638166.4723-53.5034
CIE-Lab60.578568.5918-50.2040

#db5cec color RGB value is (219,92,236).

#db5cec hex color red value is 219, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #db5cec hue: 0.81 , saturation: 0.79 and the lightness value of db5cec is 0.64.

The process color (four color CMYK) of #db5cec color hex is 0.07, 0.61, 0.00, 0.07. Web safe color of #db5cec is #cc66ff. Color #db5cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011100 11101100
Octal 333 134 354
Decimal 219 92 236
Hex DB 5C EC

RGB Percentages of Color #db5cec

%40.04
%16.82
%43.14

CMYK Percentages of Color #db5cec

%7
%61
%0
%7

Triadic Colors of #db5cec

#db5cec #ecdb5c #5cecdb

Analogous Colors of #db5cec

#db5cec #ec5cb5 #935cec

Monochromatic Colors of #db5cec

#db5cec

Complementary Color

#db5cec #6dec5c

#db5cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5cec Color CSS Codes

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

#db5cec Text Font Color

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

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


#db5cec Background Color

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

This div background color is #db5cec


#db5cec Border Color

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

This div border color is #db5cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,92,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db5cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db5cec;
  -webkit-box-shadow: 1px 1px 3px 2px #db5cec;
  box-shadow:         1px 1px 3px 2px #db5cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,92,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5cec


Comments

No comments written yet.

Please login to write comment.