Color Hex Logo

#5f3cdf Color Hex

#5F3CDF
(95,60,223)
0 Favorites   0 Comments

Color spaces of #5f3cdf

RGB 9560223
HSL0.700.720.55
HSV253°73°87°
CMYK 0.570.730.00   0.13
XYZ19.654510.992370.8979
Yxy10.99230.19360.1083
Hunter Lab33.154647.7965-103.5775
CIE-Lab39.567556.1576-77.5429

#5f3cdf color RGB value is (95,60,223).

#5f3cdf hex color red value is 95, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5f3cdf hue: 0.70 , saturation: 0.72 and the lightness value of 5f3cdf is 0.55.

The process color (four color CMYK) of #5f3cdf color hex is 0.57, 0.73, 0.00, 0.13. Web safe color of #5f3cdf is #6633cc. Color #5f3cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111100 11011111
Octal 137 74 337
Decimal 95 60 223
Hex 5F 3C DF

RGB Percentages of Color #5f3cdf

%25.13
%15.87
%58.99

CMYK Percentages of Color #5f3cdf

%57
%73
%0
%13

Triadic Colors of #5f3cdf

#5f3cdf #df5f3c #3cdf5f

Analogous Colors of #5f3cdf

#5f3cdf #b13cdf #3c6bdf

Monochromatic Colors of #5f3cdf

#5f3cdf

Complementary Color

#5f3cdf #bcdf3c

#5f3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f3cdf Color CSS Codes

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

#5f3cdf Text Font Color

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

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


#5f3cdf Background Color

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

This div background color is #5f3cdf


#5f3cdf Border Color

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

This div border color is #5f3cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f3cdf


Comments

No comments written yet.

Please login to write comment.