Color Hex Logo

#38214d Color Hex

#38214D
(56,33,77)
0 Favorites   0 Comments

Color spaces of #38214d

RGB 563377
HSL0.750.400.22
HSV271°57°30°
CMYK 0.270.570.00   0.70
XYZ3.51432.46437.3116
Yxy2.46430.26440.1854
Hunter Lab15.698112.4888-16.6265
CIE-Lab17.756421.0709-23.0913

#38214d color RGB value is (56,33,77).

#38214d hex color red value is 56, green value is 33 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #38214d hue: 0.75 , saturation: 0.40 and the lightness value of 38214d is 0.22.

The process color (four color CMYK) of #38214d color hex is 0.27, 0.57, 0.00, 0.70. Web safe color of #38214d is #333366. Color #38214d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100001 01001101
Octal 70 41 115
Decimal 56 33 77
Hex 38 21 4D

RGB Percentages of Color #38214d

%33.73
%19.88
%46.39

CMYK Percentages of Color #38214d

%27
%57
%0
%70

Triadic Colors of #38214d

#38214d #4d3821 #214d38

Analogous Colors of #38214d

#38214d #4d214c #22214d

Monochromatic Colors of #38214d

#38214d

Complementary Color

#38214d #364d21

#38214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38214d Color CSS Codes

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

#38214d Text Font Color

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

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


#38214d Background Color

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

This div background color is #38214d


#38214d Border Color

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

This div border color is #38214d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,33,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 #38214d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38214d


Comments

No comments written yet.

Please login to write comment.