Color Hex Logo

#382fef Color Hex

#382FEF
(56,47,239)
0 Favorites   0 Comments

Color spaces of #382fef

RGB 5647239
HSL0.670.860.56
HSV243°80°94°
CMYK 0.770.800.00   0.06
XYZ18.22749.105882.4583
Yxy9.10580.16600.0829
Hunter Lab30.175855.0135-140.8925
CIE-Lab36.187263.3911-92.3227

#382fef color RGB value is (56,47,239).

#382fef hex color red value is 56, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #382fef hue: 0.67 , saturation: 0.86 and the lightness value of 382fef is 0.56.

The process color (four color CMYK) of #382fef color hex is 0.77, 0.80, 0.00, 0.06. Web safe color of #382fef is #3333ff. Color #382fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101111 11101111
Octal 70 57 357
Decimal 56 47 239
Hex 38 2F EF

RGB Percentages of Color #382fef

%16.37
%13.74
%69.88

CMYK Percentages of Color #382fef

%77
%80
%0
%6

Triadic Colors of #382fef

#382fef #ef382f #2fef38

Analogous Colors of #382fef

#382fef #982fef #2f86ef

Monochromatic Colors of #382fef

#382fef

Complementary Color

#382fef #e6ef2f

#382fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#382fef Color CSS Codes

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

#382fef Text Font Color

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

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


#382fef Background Color

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

This div background color is #382fef


#382fef Border Color

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

This div border color is #382fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,47,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #382fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #382fef;
  -webkit-box-shadow: 1px 1px 3px 2px #382fef;
  box-shadow:         1px 1px 3px 2px #382fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382fef


Comments

No comments written yet.

Please login to write comment.