Color Hex Logo

#5d34ca Color Hex

#5D34CA
(93,52,202)
0 Favorites   0 Comments

Color spaces of #5d34ca

RGB 9352202
HSL0.710.590.50
HSV256°74°79°
CMYK 0.540.740.00   0.21
XYZ16.40299.047456.7589
Yxy9.04740.19950.1101
Hunter Lab30.078944.7032-90.8250
CIE-Lab36.075453.9124-71.1761

#5d34ca color RGB value is (93,52,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110100 11001010
Octal 135 64 312
Decimal 93 52 202
Hex 5D 34 CA

RGB Percentages of Color #5d34ca

%26.80
%14.99
%58.21

CMYK Percentages of Color #5d34ca

%54
%74
%0
%21

Triadic Colors of #5d34ca

#5d34ca #ca5d34 #34ca5d

Analogous Colors of #5d34ca

#5d34ca #a834ca #3456ca

Monochromatic Colors of #5d34ca

#5d34ca

Complementary Color

#5d34ca #a1ca34

#5d34ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d34ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d34ca Color CSS Codes

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

#5d34ca Text Font Color

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

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


#5d34ca Background Color

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

This div background color is #5d34ca


#5d34ca Border Color

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

This div border color is #5d34ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d34ca


Comments

No comments written yet.

Please login to write comment.