Color Hex Logo

#5882ca Color Hex

#5882CA
(88,130,202)
0 Favorites   0 Comments

Color spaces of #5882ca

RGB 88130202
HSL0.610.520.57
HSV218°56°79°
CMYK 0.560.360.00   0.21
XYZ22.667822.304258.9875
Yxy22.30420.21800.2145
Hunter Lab47.22733.0272-40.9948
CIE-Lab54.34836.8450-41.7508

#5882ca color RGB value is (88,130,202).

#5882ca hex color red value is 88, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5882ca hue: 0.61 , saturation: 0.52 and the lightness value of 5882ca is 0.57.

The process color (four color CMYK) of #5882ca color hex is 0.56, 0.36, 0.00, 0.21. Web safe color of #5882ca is #6699cc. Color #5882ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000010 11001010
Octal 130 202 312
Decimal 88 130 202
Hex 58 82 CA

RGB Percentages of Color #5882ca

%20.95
%30.95
%48.10

CMYK Percentages of Color #5882ca

%56
%36
%0
%21

Triadic Colors of #5882ca

#5882ca #ca5882 #82ca58

Analogous Colors of #5882ca

#5882ca #6758ca #58bbca

Monochromatic Colors of #5882ca

#5882ca

Complementary Color

#5882ca #caa058

#5882ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5882ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5882ca Color CSS Codes

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

#5882ca Text Font Color

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

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


#5882ca Background Color

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

This div background color is #5882ca


#5882ca Border Color

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

This div border color is #5882ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5882ca


Comments

No comments written yet.

Please login to write comment.