Color Hex Logo

#3253dc Color Hex

#3253DC
(50,83,220)
0 Favorites   0 Comments

Color spaces of #3253dc

RGB 5083220
HSL0.630.710.53
HSV228°77°86°
CMYK 0.770.620.00   0.14
XYZ17.326912.031969.1193
Yxy12.03190.17590.1222
Hunter Lab34.687028.4622-93.8636
CIE-Lab41.266836.6677-73.1512

#3253dc color RGB value is (50,83,220).

#3253dc hex color red value is 50, green value is 83 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3253dc hue: 0.63 , saturation: 0.71 and the lightness value of 3253dc is 0.53.

The process color (four color CMYK) of #3253dc color hex is 0.77, 0.62, 0.00, 0.14. Web safe color of #3253dc is #3366cc. Color #3253dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010011 11011100
Octal 62 123 334
Decimal 50 83 220
Hex 32 53 DC

RGB Percentages of Color #3253dc

%14.16
%23.51
%62.32

CMYK Percentages of Color #3253dc

%77
%62
%0
%14

Triadic Colors of #3253dc

#3253dc #dc3253 #53dc32

Analogous Colors of #3253dc

#3253dc #6632dc #32a8dc

Monochromatic Colors of #3253dc

#3253dc

Complementary Color

#3253dc #dcbb32

#3253dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3253dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3253dc Color CSS Codes

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

#3253dc Text Font Color

<p style="color:#3253dc">Text here</p>

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


#3253dc Background Color

<div style="background-color:#3253dc">
Div content here</div>

This div background color is #3253dc


#3253dc Border Color

<div style="border:3px solid #3253dc">
Div here</div>

This div border color is #3253dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,83,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3253dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3253dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3253dc;
  box-shadow:         1px 1px 3px 2px #3253dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3253dc


Comments

No comments written yet.

Please login to write comment.