Color Hex Logo

#381255 Color Hex

#381255
(56,18,85)
0 Favorites   0 Comments

Color spaces of #381255

RGB 561885
HSL0.760.650.20
HSV274°79°33°
CMYK 0.340.790.00   0.67
XYZ3.48691.92928.7829
Yxy1.92920.24560.1359
Hunter Lab13.889620.5047-27.7686
CIE-Lab15.111232.0384-32.7750

#381255 color RGB value is (56,18,85).

#381255 hex color red value is 56, green value is 18 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #381255 hue: 0.76 , saturation: 0.65 and the lightness value of 381255 is 0.20.

The process color (four color CMYK) of #381255 color hex is 0.34, 0.79, 0.00, 0.67. Web safe color of #381255 is #330066. Color #381255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010010 01010101
Octal 70 22 125
Decimal 56 18 85
Hex 38 12 55

RGB Percentages of Color #381255

%35.22
%11.32
%53.46

CMYK Percentages of Color #381255

%34
%79
%0
%67

Triadic Colors of #381255

#381255 #553812 #125538

Analogous Colors of #381255

#381255 #551251 #171255

Monochromatic Colors of #381255

#381255

Complementary Color

#381255 #2f5512

#381255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381255 Color CSS Codes

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

#381255 Text Font Color

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

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


#381255 Background Color

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

This div background color is #381255


#381255 Border Color

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

This div border color is #381255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381255


Comments

No comments written yet.

Please login to write comment.