Color Hex Logo

#5f34cd Color Hex

#5F34CD
(95,52,205)
0 Favorites   0 Comments

Color spaces of #5f34cd

RGB 9552205
HSL0.710.600.50
HSV257°75°80°
CMYK 0.540.750.00   0.20
XYZ16.96689.296758.6578
Yxy9.29670.19980.1095
Hunter Lab30.490545.9701-92.7191
CIE-Lab36.549455.0235-72.1342

#5f34cd color RGB value is (95,52,205).

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

The process color (four color CMYK) of #5f34cd color hex is 0.54, 0.75, 0.00, 0.20. Web safe color of #5f34cd is #6633cc. Color #5f34cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00110100 11001101
Octal 137 64 315
Decimal 95 52 205
Hex 5F 34 CD

RGB Percentages of Color #5f34cd

%26.99
%14.77
%58.24

CMYK Percentages of Color #5f34cd

%54
%75
%0
%20

Triadic Colors of #5f34cd

#5f34cd #cd5f34 #34cd5f

Analogous Colors of #5f34cd

#5f34cd #ac34cd #3455cd

Monochromatic Colors of #5f34cd

#5f34cd

Complementary Color

#5f34cd #a2cd34

#5f34cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f34cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f34cd Color CSS Codes

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

#5f34cd Text Font Color

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

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


#5f34cd Background Color

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

This div background color is #5f34cd


#5f34cd Border Color

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

This div border color is #5f34cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f34cd


Comments

No comments written yet.

Please login to write comment.