Color Hex Logo

#3272cd Color Hex

#3272CD
(50,114,205)
0 Favorites   0 Comments

Color spaces of #3272cd

RGB 50114205
HSL0.600.610.50
HSV215°76°80°
CMYK 0.760.440.00   0.20
XYZ18.352217.120560.0949
Yxy17.12050.19200.1791
Hunter Lab41.37696.7617-57.1476
CIE-Lab48.411511.3567-53.0006

#3272cd color RGB value is (50,114,205).

#3272cd hex color red value is 50, green value is 114 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3272cd hue: 0.60 , saturation: 0.61 and the lightness value of 3272cd is 0.50.

The process color (four color CMYK) of #3272cd color hex is 0.76, 0.44, 0.00, 0.20. Web safe color of #3272cd is #3366cc. Color #3272cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110010 11001101
Octal 62 162 315
Decimal 50 114 205
Hex 32 72 CD

RGB Percentages of Color #3272cd

%13.55
%30.89
%55.56

CMYK Percentages of Color #3272cd

%76
%44
%0
%20

Triadic Colors of #3272cd

#3272cd #cd3272 #72cd32

Analogous Colors of #3272cd

#3272cd #4032cd #32c0cd

Monochromatic Colors of #3272cd

#3272cd

Complementary Color

#3272cd #cd8d32

#3272cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3272cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3272cd Color CSS Codes

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

#3272cd Text Font Color

<p style="color:#3272cd">Text here</p>

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


#3272cd Background Color

<div style="background-color:#3272cd">
Div content here</div>

This div background color is #3272cd


#3272cd Border Color

<div style="border:3px solid #3272cd">
Div here</div>

This div border color is #3272cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,114,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3272cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3272cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3272cd;
  box-shadow:         1px 1px 3px 2px #3272cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,114,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3272cd


Comments

No comments written yet.

Please login to write comment.