Color Hex Logo

#381edd Color Hex

#381EDD
(56,30,221)
0 Favorites   0 Comments

Color spaces of #381edd

RGB 5630221
HSL0.690.760.49
HSV248°86°87°
CMYK 0.750.860.00   0.13
XYZ15.14636.989868.9575
Yxy6.98980.16630.0767
Hunter Lab26.438255.9947-136.1364
CIE-Lab31.783765.1129-89.3671

#381edd color RGB value is (56,30,221).

#381edd hex color red value is 56, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #381edd hue: 0.69 , saturation: 0.76 and the lightness value of 381edd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011110 11011101
Octal 70 36 335
Decimal 56 30 221
Hex 38 1E DD

RGB Percentages of Color #381edd

%18.24
%9.77
%71.99

CMYK Percentages of Color #381edd

%75
%86
%0
%13

Triadic Colors of #381edd

#381edd #dd381e #1edd38

Analogous Colors of #381edd

#381edd #981edd #1e64dd

Monochromatic Colors of #381edd

#381edd

Complementary Color

#381edd #c3dd1e

#381edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#381edd Color CSS Codes

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

#381edd Text Font Color

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

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


#381edd Background Color

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

This div background color is #381edd


#381edd Border Color

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

This div border color is #381edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,30,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #381edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #381edd;
  -webkit-box-shadow: 1px 1px 3px 2px #381edd;
  box-shadow:         1px 1px 3px 2px #381edd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381edd


Comments

No comments written yet.

Please login to write comment.