Color Hex Logo

#21034d Color Hex

#21034D
(33,3,77)
0 Favorites   0 Comments

Color spaces of #21034d

RGB 33377
HSL0.730.930.16
HSV264°96°30°
CMYK 0.570.960.00   0.70
XYZ1.99930.92437.0942
Yxy0.92430.19960.0923
Hunter Lab9.614120.2956-37.0202
CIE-Lab8.344233.0906-38.5053

#21034d color RGB value is (33,3,77).

#21034d hex color red value is 33, green value is 3 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #21034d hue: 0.73 , saturation: 0.93 and the lightness value of 21034d is 0.16.

The process color (four color CMYK) of #21034d color hex is 0.57, 0.96, 0.00, 0.70. Web safe color of #21034d is #330066. Color #21034d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000011 01001101
Octal 41 3 115
Decimal 33 3 77
Hex 21 3 4D

RGB Percentages of Color #21034d

%29.20
%2.65
%68.14

CMYK Percentages of Color #21034d

%57
%96
%0
%70

Triadic Colors of #21034d

#21034d #4d2103 #034d21

Analogous Colors of #21034d

#21034d #46034d #030a4d

Monochromatic Colors of #21034d

#21034d

Complementary Color

#21034d #2f4d03

#21034d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21034d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21034d Color CSS Codes

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

#21034d Text Font Color

<p style="color:#21034d">Text here</p>

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


#21034d Background Color

<div style="background-color:#21034d">
Div content here</div>

This div background color is #21034d


#21034d Border Color

<div style="border:3px solid #21034d">
Div here</div>

This div border color is #21034d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,3,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21034d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21034d;
  -webkit-box-shadow: 1px 1px 3px 2px #21034d;
  box-shadow:         1px 1px 3px 2px #21034d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,3,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21034d


Comments

No comments written yet.

Please login to write comment.