Color Hex Logo

#203cdd Color Hex

#203CDD
(32,60,221)
0 Favorites   0 Comments

Color spaces of #203cdd

RGB 3260221
HSL0.640.750.50
HSV231°86°87°
CMYK 0.860.730.00   0.13
XYZ15.26278.759369.2929
Yxy8.75930.16360.0939
Hunter Lab29.596140.2592-118.0974
CIE-Lab35.516749.7151-83.2090

#203cdd color RGB value is (32,60,221).

#203cdd hex color red value is 32, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #203cdd hue: 0.64 , saturation: 0.75 and the lightness value of 203cdd is 0.50.

The process color (four color CMYK) of #203cdd color hex is 0.86, 0.73, 0.00, 0.13. Web safe color of #203cdd is #3333cc. Color #203cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00111100 11011101
Octal 40 74 335
Decimal 32 60 221
Hex 20 3C DD

RGB Percentages of Color #203cdd

%10.22
%19.17
%70.61

CMYK Percentages of Color #203cdd

%86
%73
%0
%13

Triadic Colors of #203cdd

#203cdd #dd203c #3cdd20

Analogous Colors of #203cdd

#203cdd #6320dd #209bdd

Monochromatic Colors of #203cdd

#203cdd

Complementary Color

#203cdd #ddc120

#203cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#203cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#203cdd Color CSS Codes

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

#203cdd Text Font Color

<p style="color:#203cdd">Text here</p>

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


#203cdd Background Color

<div style="background-color:#203cdd">
Div content here</div>

This div background color is #203cdd


#203cdd Border Color

<div style="border:3px solid #203cdd">
Div here</div>

This div border color is #203cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,60,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #203cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #203cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #203cdd;
  box-shadow:         1px 1px 3px 2px #203cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,60,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #203cdd


Comments

No comments written yet.

Please login to write comment.