Color Hex Logo

#3371ca Color Hex

#3371CA
(51,113,202)
0 Favorites   0 Comments

Color spaces of #3371ca

RGB 51113202
HSL0.600.600.50
HSV215°75°79°
CMYK 0.750.440.00   0.21
XYZ17.931016.778358.1706
Yxy16.77830.19310.1806
Hunter Lab40.96136.4568-55.5269
CIE-Lab47.979510.9909-51.9754

#3371ca color RGB value is (51,113,202).

#3371ca hex color red value is 51, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3371ca hue: 0.60 , saturation: 0.60 and the lightness value of 3371ca is 0.50.

The process color (four color CMYK) of #3371ca color hex is 0.75, 0.44, 0.00, 0.21. Web safe color of #3371ca is #3366cc. Color #3371ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110001 11001010
Octal 63 161 312
Decimal 51 113 202
Hex 33 71 CA

RGB Percentages of Color #3371ca

%13.93
%30.87
%55.19

CMYK Percentages of Color #3371ca

%75
%44
%0
%21

Triadic Colors of #3371ca

#3371ca #ca3371 #71ca33

Analogous Colors of #3371ca

#3371ca #4133ca #33bdca

Monochromatic Colors of #3371ca

#3371ca

Complementary Color

#3371ca #ca8c33

#3371ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3371ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3371ca Color CSS Codes

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

#3371ca Text Font Color

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

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


#3371ca Background Color

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

This div background color is #3371ca


#3371ca Border Color

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

This div border color is #3371ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3371ca


Comments

No comments written yet.

Please login to write comment.