Color Hex Logo

#5f1ebd Color Hex

#5F1EBD
(95,30,189)
0 Favorites   0 Comments

Color spaces of #5f1ebd

RGB 9530189
HSL0.730.730.43
HSV265°84°74°
CMYK 0.500.840.00   0.26
XYZ14.36897.035648.7448
Yxy7.03560.20480.1003
Hunter Lab26.524750.2784-90.3907
CIE-Lab31.887859.9446-70.4329

#5f1ebd color RGB value is (95,30,189).

#5f1ebd hex color red value is 95, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5f1ebd hue: 0.73 , saturation: 0.73 and the lightness value of 5f1ebd is 0.43.

The process color (four color CMYK) of #5f1ebd color hex is 0.50, 0.84, 0.00, 0.26. Web safe color of #5f1ebd is #6633cc. Color #5f1ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00011110 10111101
Octal 137 36 275
Decimal 95 30 189
Hex 5F 1E BD

RGB Percentages of Color #5f1ebd

%30.25
%9.55
%60.19

CMYK Percentages of Color #5f1ebd

%50
%84
%0
%26

Triadic Colors of #5f1ebd

#5f1ebd #bd5f1e #1ebd5f

Analogous Colors of #5f1ebd

#5f1ebd #af1ebd #1e2cbd

Monochromatic Colors of #5f1ebd

#5f1ebd

Complementary Color

#5f1ebd #7cbd1e

#5f1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f1ebd Color CSS Codes

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

#5f1ebd Text Font Color

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

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


#5f1ebd Background Color

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

This div background color is #5f1ebd


#5f1ebd Border Color

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

This div border color is #5f1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f1ebd


Comments

No comments written yet.

Please login to write comment.