Color Hex Logo

#3712cb Color Hex

#3712CB
(55,18,203)
0 Favorites   0 Comments

Color spaces of #3712cb

RGB 5518203
HSL0.700.840.43
HSV252°91°80°
CMYK 0.730.910.00   0.20
XYZ12.57135.556656.9099
Yxy5.55660.16750.0741
Hunter Lab23.572453.9432-126.6405
CIE-Lab28.265163.9541-84.7848

#3712cb color RGB value is (55,18,203).

#3712cb hex color red value is 55, green value is 18 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3712cb hue: 0.70 , saturation: 0.84 and the lightness value of 3712cb is 0.43.

The process color (four color CMYK) of #3712cb color hex is 0.73, 0.91, 0.00, 0.20. Web safe color of #3712cb is #3300cc. Color #3712cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 11001011
Octal 67 22 313
Decimal 55 18 203
Hex 37 12 CB

RGB Percentages of Color #3712cb

%19.93
%6.52
%73.55

CMYK Percentages of Color #3712cb

%73
%91
%0
%20

Triadic Colors of #3712cb

#3712cb #cb3712 #12cb37

Analogous Colors of #3712cb

#3712cb #9412cb #1249cb

Monochromatic Colors of #3712cb

#3712cb

Complementary Color

#3712cb #a6cb12

#3712cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3712cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3712cb Color CSS Codes

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

#3712cb Text Font Color

<p style="color:#3712cb">Text here</p>

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


#3712cb Background Color

<div style="background-color:#3712cb">
Div content here</div>

This div background color is #3712cb


#3712cb Border Color

<div style="border:3px solid #3712cb">
Div here</div>

This div border color is #3712cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,18,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3712cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3712cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3712cb;
  box-shadow:         1px 1px 3px 2px #3712cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,18,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3712cb


Comments

No comments written yet.

Please login to write comment.