Color Hex Logo

#db23ff Color Hex

#DB23FF
(219,35,255)
0 Favorites   0 Comments

Color spaces of #db23ff

RGB 21935255
HSL0.811.000.57
HSV290°86°100°
CMYK 0.140.860.00   0.00
XYZ47.864423.482196.6175
Yxy23.48210.28500.1398
Hunter Lab48.458391.5101-84.2931
CIE-Lab55.565589.3250-68.8002

#db23ff color RGB value is (219,35,255).

#db23ff hex color red value is 219, green value is 35 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db23ff hue: 0.81 , saturation: 1.00 and the lightness value of db23ff is 0.57.

The process color (four color CMYK) of #db23ff color hex is 0.14, 0.86, 0.00, 0.00. Web safe color of #db23ff is #cc33ff. Color #db23ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 11111111
Octal 333 43 377
Decimal 219 35 255
Hex DB 23 FF

RGB Percentages of Color #db23ff

%43.03
%6.88
%50.10

CMYK Percentages of Color #db23ff

%14
%86
%0
%0

Triadic Colors of #db23ff

#db23ff #ffdb23 #23ffdb

Analogous Colors of #db23ff

#db23ff #ff23b5 #6d23ff

Monochromatic Colors of #db23ff

#db23ff

Complementary Color

#db23ff #47ff23

#db23ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db23ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db23ff Color CSS Codes

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

#db23ff Text Font Color

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

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


#db23ff Background Color

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

This div background color is #db23ff


#db23ff Border Color

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

This div border color is #db23ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db23ff

Related Colors


Comments

No comments written yet.

Please login to write comment.