Color Hex Logo

#3882ca Color Hex

#3882CA
(56,130,202)
0 Favorites   0 Comments

Color spaces of #3882ca

RGB 56130202
HSL0.580.580.51
HSV210°72°79°
CMYK 0.720.360.00   0.21
XYZ20.274221.070358.8755
Yxy21.07030.20230.2102
Hunter Lab45.9024-1.4892-43.9151
CIE-Lab53.02631.2207-43.9267

#3882ca color RGB value is (56,130,202).

#3882ca hex color red value is 56, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3882ca hue: 0.58 , saturation: 0.58 and the lightness value of 3882ca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000010 11001010
Octal 70 202 312
Decimal 56 130 202
Hex 38 82 CA

RGB Percentages of Color #3882ca

%14.43
%33.51
%52.06

CMYK Percentages of Color #3882ca

%72
%36
%0
%21

Triadic Colors of #3882ca

#3882ca #ca3882 #82ca38

Analogous Colors of #3882ca

#3882ca #3839ca #38cac9

Monochromatic Colors of #3882ca

#3882ca

Complementary Color

#3882ca #ca8038

#3882ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3882ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3882ca Color CSS Codes

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

#3882ca Text Font Color

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

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


#3882ca Background Color

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

This div background color is #3882ca


#3882ca Border Color

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

This div border color is #3882ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3882ca


Comments

No comments written yet.

Please login to write comment.