Color Hex Logo

#383afe Color Hex

#383AFE
(56,58,254)
0 Favorites   0 Comments

Color spaces of #383afe

RGB 5658254
HSL0.660.990.61
HSV239°78°100°
CMYK 0.780.770.00   0.00
XYZ21.033311.022694.7849
Yxy11.02260.16580.0869
Hunter Lab33.200354.9841-146.0292
CIE-Lab39.618562.6961-95.0722

#383afe color RGB value is (56,58,254).

#383afe hex color red value is 56, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #383afe hue: 0.66 , saturation: 0.99 and the lightness value of 383afe is 0.61.

The process color (four color CMYK) of #383afe color hex is 0.78, 0.77, 0.00, 0.00. Web safe color of #383afe is #3333ff. Color #383afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111010 11111110
Octal 70 72 376
Decimal 56 58 254
Hex 38 3A FE

RGB Percentages of Color #383afe

%15.22
%15.76
%69.02

CMYK Percentages of Color #383afe

%78
%77
%0
%0

Triadic Colors of #383afe

#383afe #fe383a #3afe38

Analogous Colors of #383afe

#383afe #9938fe #389dfe

Monochromatic Colors of #383afe

#383afe

Complementary Color

#383afe #fefc38

#383afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#383afe Color CSS Codes

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

#383afe Text Font Color

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

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


#383afe Background Color

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

This div background color is #383afe


#383afe Border Color

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

This div border color is #383afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,58,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383afe;
  -webkit-box-shadow: 1px 1px 3px 2px #383afe;
  box-shadow:         1px 1px 3px 2px #383afe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383afe


Comments

No comments written yet.

Please login to write comment.