Color Hex Logo

#382efc Color Hex

#382EFC
(56,46,252)
0 Favorites   0 Comments

Color spaces of #382efc

RGB 5646252
HSL0.670.970.58
HSV243°82°99°
CMYK 0.780.820.00   0.01
XYZ20.17869.823092.9280
Yxy9.82300.16410.0799
Hunter Lab31.341760.0751-153.8556
CIE-Lab37.522967.5757-97.4300

#382efc color RGB value is (56,46,252).

#382efc hex color red value is 56, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #382efc hue: 0.67 , saturation: 0.97 and the lightness value of 382efc is 0.58.

The process color (four color CMYK) of #382efc color hex is 0.78, 0.82, 0.00, 0.01. Web safe color of #382efc is #3333ff. Color #382efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101110 11111100
Octal 70 56 374
Decimal 56 46 252
Hex 38 2E FC

RGB Percentages of Color #382efc

%15.82
%12.99
%71.19

CMYK Percentages of Color #382efc

%78
%82
%0
%1

Triadic Colors of #382efc

#382efc #fc382e #2efc38

Analogous Colors of #382efc

#382efc #9f2efc #2e8bfc

Monochromatic Colors of #382efc

#382efc

Complementary Color

#382efc #f2fc2e

#382efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#382efc Color CSS Codes

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

#382efc Text Font Color

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

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


#382efc Background Color

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

This div background color is #382efc


#382efc Border Color

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

This div border color is #382efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382efc


Comments

No comments written yet.

Please login to write comment.