Color Hex Logo

#384bcf Color Hex

#384BCF
(56,75,207)
0 Favorites   0 Comments

Color spaces of #384bcf

RGB 5675207
HSL0.650.610.52
HSV232°73°81°
CMYK 0.730.640.00   0.19
XYZ15.409410.377960.2225
Yxy10.37790.17920.1207
Hunter Lab32.214729.0068-88.2869
CIE-Lab38.512337.6708-70.1842

#384bcf color RGB value is (56,75,207).

#384bcf hex color red value is 56, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #384bcf hue: 0.65 , saturation: 0.61 and the lightness value of 384bcf is 0.52.

The process color (four color CMYK) of #384bcf color hex is 0.73, 0.64, 0.00, 0.19. Web safe color of #384bcf is #3333cc. Color #384bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 11001111
Octal 70 113 317
Decimal 56 75 207
Hex 38 4B CF

RGB Percentages of Color #384bcf

%16.57
%22.19
%61.24

CMYK Percentages of Color #384bcf

%73
%64
%0
%19

Triadic Colors of #384bcf

#384bcf #cf384b #4bcf38

Analogous Colors of #384bcf

#384bcf #7138cf #3897cf

Monochromatic Colors of #384bcf

#384bcf

Complementary Color

#384bcf #cfbc38

#384bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#384bcf Color CSS Codes

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

#384bcf Text Font Color

<p style="color:#384bcf">Text here</p>

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


#384bcf Background Color

<div style="background-color:#384bcf">
Div content here</div>

This div background color is #384bcf


#384bcf Border Color

<div style="border:3px solid #384bcf">
Div here</div>

This div border color is #384bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,75,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #384bcf;
  box-shadow:         1px 1px 3px 2px #384bcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384bcf


Comments

No comments written yet.

Please login to write comment.