Color Hex Logo

#3712df Color Hex

#3712DF
(55,18,223)
0 Favorites   0 Comments

Color spaces of #3712df

RGB 5518223
HSL0.700.850.47
HSV251°92°87°
CMYK 0.750.920.00   0.13
XYZ15.11116.572670.2842
Yxy6.57260.16430.0715
Hunter Lab25.637160.3472-144.5979
CIE-Lab30.813469.0849-92.1345

#3712df color RGB value is (55,18,223).

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

The process color (four color CMYK) of #3712df color hex is 0.75, 0.92, 0.00, 0.13. Web safe color of #3712df is #3300cc. Color #3712df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 11011111
Octal 67 22 337
Decimal 55 18 223
Hex 37 12 DF

RGB Percentages of Color #3712df

%18.58
%6.08
%75.34

CMYK Percentages of Color #3712df

%75
%92
%0
%13

Triadic Colors of #3712df

#3712df #df3712 #12df37

Analogous Colors of #3712df

#3712df #9e12df #1254df

Monochromatic Colors of #3712df

#3712df

Complementary Color

#3712df #badf12

#3712df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3712df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3712df Color CSS Codes

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

#3712df Text Font Color

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

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


#3712df Background Color

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

This div background color is #3712df


#3712df Border Color

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

This div border color is #3712df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3712df


Comments

No comments written yet.

Please login to write comment.