Color Hex Logo

#384255 Color Hex

#384255
(56,66,85)
0 Favorites   0 Comments

Color spaces of #384255

RGB 566685
HSL0.610.210.28
HSV219°34°33°
CMYK 0.340.220.00   0.67
XYZ5.21885.39319.3602
Yxy5.39310.26130.2700
Hunter Lab23.2230-0.5269-7.6411
CIE-Lab27.82661.1334-12.7053

#384255 color RGB value is (56,66,85).

#384255 hex color red value is 56, green value is 66 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #384255 hue: 0.61 , saturation: 0.21 and the lightness value of 384255 is 0.28.

The process color (four color CMYK) of #384255 color hex is 0.34, 0.22, 0.00, 0.67. Web safe color of #384255 is #333366. Color #384255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000010 01010101
Octal 70 102 125
Decimal 56 66 85
Hex 38 42 55

RGB Percentages of Color #384255

%27.05
%31.88
%41.06

CMYK Percentages of Color #384255

%34
%22
%0
%67

Triadic Colors of #384255

#384255 #553842 #425538

Analogous Colors of #384255

#384255 #3d3855 #385155

Monochromatic Colors of #384255

#384255

Complementary Color

#384255 #554b38

#384255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384255 Color CSS Codes

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

#384255 Text Font Color

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

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


#384255 Background Color

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

This div background color is #384255


#384255 Border Color

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

This div border color is #384255


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,66,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384255; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384255;
  -webkit-box-shadow: 1px 1px 3px 2px #384255;
  box-shadow:         1px 1px 3px 2px #384255; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,66,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384255


Comments

No comments written yet.

Please login to write comment.