Color Hex Logo

#5267ca Color Hex

#5267CA
(82,103,202)
0 Favorites   0 Comments

Color spaces of #5267ca

RGB 82103202
HSL0.640.530.56
HSV230°59°79°
CMYK 0.590.490.00   0.21
XYZ18.990615.758657.9179
Yxy15.75860.20490.1701
Hunter Lab39.697115.9222-58.7159
CIE-Lab46.656222.2356-54.0216

#5267ca color RGB value is (82,103,202).

#5267ca hex color red value is 82, green value is 103 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5267ca hue: 0.64 , saturation: 0.53 and the lightness value of 5267ca is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 11001010
Octal 122 147 312
Decimal 82 103 202
Hex 52 67 CA

RGB Percentages of Color #5267ca

%21.19
%26.61
%52.20

CMYK Percentages of Color #5267ca

%59
%49
%0
%21

Triadic Colors of #5267ca

#5267ca #ca5267 #67ca52

Analogous Colors of #5267ca

#5267ca #7952ca #52a3ca

Monochromatic Colors of #5267ca

#5267ca

Complementary Color

#5267ca #cab552

#5267ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5267ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5267ca Color CSS Codes

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

#5267ca Text Font Color

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

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


#5267ca Background Color

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

This div background color is #5267ca


#5267ca Border Color

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

This div border color is #5267ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5267ca


Comments

No comments written yet.

Please login to write comment.