Color Hex Logo

#5f34ff Color Hex

#5F34FF
(95,52,255)
0 Favorites   0 Comments

Color spaces of #5f34ff

RGB 9552255
HSL0.701.000.60
HSV253°80°100°
CMYK 0.630.800.00   0.00
XYZ23.997312.108995.6802
Yxy12.10890.18210.0919
Hunter Lab34.797862.2010-138.6654
CIE-Lab41.388768.6526-92.6195

#5f34ff color RGB value is (95,52,255).

#5f34ff hex color red value is 95, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5f34ff hue: 0.70 , saturation: 1.00 and the lightness value of 5f34ff is 0.60.

The process color (four color CMYK) of #5f34ff color hex is 0.63, 0.80, 0.00, 0.00. Web safe color of #5f34ff is #6633ff. Color #5f34ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00110100 11111111
Octal 137 64 377
Decimal 95 52 255
Hex 5F 34 FF

RGB Percentages of Color #5f34ff

%23.63
%12.94
%63.43

CMYK Percentages of Color #5f34ff

%63
%80
%0
%0

Triadic Colors of #5f34ff

#5f34ff #ff5f34 #34ff5f

Analogous Colors of #5f34ff

#5f34ff #c534ff #346fff

Monochromatic Colors of #5f34ff

#5f34ff

Complementary Color

#5f34ff #d4ff34

#5f34ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f34ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f34ff Color CSS Codes

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

#5f34ff Text Font Color

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

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


#5f34ff Background Color

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

This div background color is #5f34ff


#5f34ff Border Color

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

This div border color is #5f34ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,52,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 #5f34ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f34ff

Related Colors


Comments

No comments written yet.

Please login to write comment.