Color Hex Logo

#5223ca Color Hex

#5223CA
(82,35,202)
0 Favorites   0 Comments

Color spaces of #5223ca

RGB 8235202
HSL0.710.700.46
HSV257°83°79°
CMYK 0.590.830.00   0.21
XYZ14.74147.260256.5015
Yxy7.26020.18780.0925
Hunter Lab26.944850.5035-105.4662
CIE-Lab32.392160.0531-77.2829

#5223ca color RGB value is (82,35,202).

#5223ca hex color red value is 82, green value is 35 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5223ca hue: 0.71 , saturation: 0.70 and the lightness value of 5223ca is 0.46.

The process color (four color CMYK) of #5223ca color hex is 0.59, 0.83, 0.00, 0.21. Web safe color of #5223ca is #6633cc. Color #5223ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100011 11001010
Octal 122 43 312
Decimal 82 35 202
Hex 52 23 CA

RGB Percentages of Color #5223ca

%25.71
%10.97
%63.32

CMYK Percentages of Color #5223ca

%59
%83
%0
%21

Triadic Colors of #5223ca

#5223ca #ca5223 #23ca52

Analogous Colors of #5223ca

#5223ca #a623ca #2347ca

Monochromatic Colors of #5223ca

#5223ca

Complementary Color

#5223ca #9bca23

#5223ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5223ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5223ca Color CSS Codes

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

#5223ca Text Font Color

<p style="color:#5223ca">Text here</p>

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


#5223ca Background Color

<div style="background-color:#5223ca">
Div content here</div>

This div background color is #5223ca


#5223ca Border Color

<div style="border:3px solid #5223ca">
Div here</div>

This div border color is #5223ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,35,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5223ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5223ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5223ca;
  box-shadow:         1px 1px 3px 2px #5223ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,35,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 #5223ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5223ca


Comments

No comments written yet.

Please login to write comment.