Color Hex Logo

#5f3cee Color Hex

#5F3CEE
(95,60,238)
0 Favorites   0 Comments

Color spaces of #5f3cee

RGB 9560238
HSL0.700.840.58
HSV252°75°93°
CMYK 0.600.750.00   0.07
XYZ21.767811.837782.0265
Yxy11.83770.18830.1024
Hunter Lab34.406052.7221-117.2678
CIE-Lab40.957060.4069-83.7801

#5f3cee color RGB value is (95,60,238).

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

The process color (four color CMYK) of #5f3cee color hex is 0.60, 0.75, 0.00, 0.07. Web safe color of #5f3cee is #6633ff. Color #5f3cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111100 11101110
Octal 137 74 356
Decimal 95 60 238
Hex 5F 3C EE

RGB Percentages of Color #5f3cee

%24.17
%15.27
%60.56

CMYK Percentages of Color #5f3cee

%60
%75
%0
%7

Triadic Colors of #5f3cee

#5f3cee #ee5f3c #3cee5f

Analogous Colors of #5f3cee

#5f3cee #b83cee #3c72ee

Monochromatic Colors of #5f3cee

#5f3cee

Complementary Color

#5f3cee #cbee3c

#5f3cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f3cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f3cee Color CSS Codes

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

#5f3cee Text Font Color

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

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


#5f3cee Background Color

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

This div background color is #5f3cee


#5f3cee Border Color

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

This div border color is #5f3cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f3cee


Comments

No comments written yet.

Please login to write comment.