Color Hex Logo

#5238af Color Hex

#5238AF
(82,56,175)
0 Favorites   0 Comments

Color spaces of #5238af

RGB 8256175
HSL0.700.520.45
HSV253°68°69°
CMYK 0.530.680.00   0.31
XYZ12.63177.717341.3813
Yxy7.71730.20460.1250
Hunter Lab27.780032.5497-68.8727
CIE-Lab33.387142.2839-59.7198

#5238af color RGB value is (82,56,175).

#5238af hex color red value is 82, green value is 56 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5238af hue: 0.70 , saturation: 0.52 and the lightness value of 5238af is 0.45.

The process color (four color CMYK) of #5238af color hex is 0.53, 0.68, 0.00, 0.31. Web safe color of #5238af is #663399. Color #5238af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111000 10101111
Octal 122 70 257
Decimal 82 56 175
Hex 52 38 AF

RGB Percentages of Color #5238af

%26.20
%17.89
%55.91

CMYK Percentages of Color #5238af

%53
%68
%0
%31

Triadic Colors of #5238af

#5238af #af5238 #38af52

Analogous Colors of #5238af

#5238af #8e38af #385aaf

Monochromatic Colors of #5238af

#5238af

Complementary Color

#5238af #95af38

#5238af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5238af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5238af Color CSS Codes

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

#5238af Text Font Color

<p style="color:#5238af">Text here</p>

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


#5238af Background Color

<div style="background-color:#5238af">
Div content here</div>

This div background color is #5238af


#5238af Border Color

<div style="border:3px solid #5238af">
Div here</div>

This div border color is #5238af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,56,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5238af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5238af;
  -webkit-box-shadow: 1px 1px 3px 2px #5238af;
  box-shadow:         1px 1px 3px 2px #5238af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,56,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5238af


Comments

No comments written yet.

Please login to write comment.