Color Hex Logo

#5f0cdb Color Hex

#5F0CDB
(95,12,219)
0 Favorites   0 Comments

Color spaces of #5f0cdb

RGB 9512219
HSL0.730.900.45
HSV264°95°86°
CMYK 0.570.950.00   0.14
XYZ17.63707.810367.5958
Yxy7.81030.18960.0839
Hunter Lab27.946963.7424-123.8432
CIE-Lab33.584671.4616-85.1240

#5f0cdb color RGB value is (95,12,219).

#5f0cdb hex color red value is 95, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5f0cdb hue: 0.73 , saturation: 0.90 and the lightness value of 5f0cdb is 0.45.

The process color (four color CMYK) of #5f0cdb color hex is 0.57, 0.95, 0.00, 0.14. Web safe color of #5f0cdb is #6600cc. Color #5f0cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00001100 11011011
Octal 137 14 333
Decimal 95 12 219
Hex 5F C DB

RGB Percentages of Color #5f0cdb

%29.14
%3.68
%67.18

CMYK Percentages of Color #5f0cdb

%57
%95
%0
%14

Triadic Colors of #5f0cdb

#5f0cdb #db5f0c #0cdb5f

Analogous Colors of #5f0cdb

#5f0cdb #c70cdb #0c21db

Monochromatic Colors of #5f0cdb

#5f0cdb

Complementary Color

#5f0cdb #88db0c

#5f0cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f0cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f0cdb Color CSS Codes

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

#5f0cdb Text Font Color

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

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


#5f0cdb Background Color

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

This div background color is #5f0cdb


#5f0cdb Border Color

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

This div border color is #5f0cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,12,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f0cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f0cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #5f0cdb;
  box-shadow:         1px 1px 3px 2px #5f0cdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f0cdb


Comments

No comments written yet.

Please login to write comment.