Color Hex Logo

#db61ef Color Hex

#DB61EF
(219,97,239)
0 Favorites   0 Comments

Color spaces of #db61ef

RGB 21997239
HSL0.810.820.66
HSV292°59°94°
CMYK 0.080.590.00   0.06
XYZ49.068129.841584.8352
Yxy29.84150.29970.1822
Hunter Lab54.627464.7367-53.8370
CIE-Lab61.517266.9780-50.3853

#db61ef color RGB value is (219,97,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 11101111
Octal 333 141 357
Decimal 219 97 239
Hex DB 61 EF

RGB Percentages of Color #db61ef

%39.46
%17.48
%43.06

CMYK Percentages of Color #db61ef

%8
%59
%0
%6

Triadic Colors of #db61ef

#db61ef #efdb61 #61efdb

Analogous Colors of #db61ef

#db61ef #ef61bc #9461ef

Monochromatic Colors of #db61ef

#db61ef

Complementary Color

#db61ef #75ef61

#db61ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db61ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db61ef Color CSS Codes

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

#db61ef Text Font Color

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

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


#db61ef Background Color

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

This div background color is #db61ef


#db61ef Border Color

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

This div border color is #db61ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db61ef


Comments

No comments written yet.

Please login to write comment.