Color Hex Logo

#383bca Color Hex

#383BCA
(56,59,202)
0 Favorites   0 Comments

Color spaces of #383bca

RGB 5659202
HSL0.660.580.51
HSV239°72°79°
CMYK 0.720.710.00   0.21
XYZ13.85558.233056.7360
Yxy8.23300.17580.1044
Hunter Lab28.693235.9818-97.1508
CIE-Lab34.463545.6316-73.9336

#383bca color RGB value is (56,59,202).

#383bca hex color red value is 56, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #383bca hue: 0.66 , saturation: 0.58 and the lightness value of 383bca is 0.51.

The process color (four color CMYK) of #383bca color hex is 0.72, 0.71, 0.00, 0.21. Web safe color of #383bca is #3333cc. Color #383bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111011 11001010
Octal 70 73 312
Decimal 56 59 202
Hex 38 3B CA

RGB Percentages of Color #383bca

%17.67
%18.61
%63.72

CMYK Percentages of Color #383bca

%72
%71
%0
%21

Triadic Colors of #383bca

#383bca #ca383b #3bca38

Analogous Colors of #383bca

#383bca #7e38ca #3884ca

Monochromatic Colors of #383bca

#383bca

Complementary Color

#383bca #cac738

#383bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#383bca Color CSS Codes

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

#383bca Text Font Color

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

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


#383bca Background Color

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

This div background color is #383bca


#383bca Border Color

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

This div border color is #383bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383bca


Comments

No comments written yet.

Please login to write comment.