Color Hex Logo

#383efd Color Hex

#383EFD
(56,62,253)
0 Favorites   0 Comments

Color spaces of #383efd

RGB 5662253
HSL0.660.980.61
HSV238°78°99°
CMYK 0.780.750.00   0.01
XYZ21.083111.377994.0134
Yxy11.37790.16670.0900
Hunter Lab33.731152.5390-141.6377
CIE-Lab40.209860.3859-93.5332

#383efd color RGB value is (56,62,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111110 11111101
Octal 70 76 375
Decimal 56 62 253
Hex 38 3E FD

RGB Percentages of Color #383efd

%15.09
%16.71
%68.19

CMYK Percentages of Color #383efd

%78
%75
%0
%1

Triadic Colors of #383efd

#383efd #fd383e #3efd38

Analogous Colors of #383efd

#383efd #9538fd #38a1fd

Monochromatic Colors of #383efd

#383efd

Complementary Color

#383efd #fdf738

#383efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#383efd Color CSS Codes

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

#383efd Text Font Color

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

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


#383efd Background Color

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

This div background color is #383efd


#383efd Border Color

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

This div border color is #383efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383efd


Comments

No comments written yet.

Please login to write comment.