Color Hex Logo

#3714da Color Hex

#3714DA
(55,20,218)
0 Favorites   0 Comments

Color spaces of #3714da

RGB 5520218
HSL0.700.830.47
HSV251°91°85°
CMYK 0.750.910.00   0.15
XYZ14.48066.374566.7969
Yxy6.37450.16520.0727
Hunter Lab25.247858.1932-139.1875
CIE-Lab30.338367.3120-90.0463

#3714da color RGB value is (55,20,218).

#3714da hex color red value is 55, green value is 20 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3714da hue: 0.70 , saturation: 0.83 and the lightness value of 3714da is 0.47.

The process color (four color CMYK) of #3714da color hex is 0.75, 0.91, 0.00, 0.15. Web safe color of #3714da is #3300cc. Color #3714da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010100 11011010
Octal 67 24 332
Decimal 55 20 218
Hex 37 14 DA

RGB Percentages of Color #3714da

%18.77
%6.83
%74.40

CMYK Percentages of Color #3714da

%75
%91
%0
%15

Triadic Colors of #3714da

#3714da #da3714 #14da37

Analogous Colors of #3714da

#3714da #9a14da #1454da

Monochromatic Colors of #3714da

#3714da

Complementary Color

#3714da #b7da14

#3714da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3714da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3714da Color CSS Codes

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

#3714da Text Font Color

<p style="color:#3714da">Text here</p>

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


#3714da Background Color

<div style="background-color:#3714da">
Div content here</div>

This div background color is #3714da


#3714da Border Color

<div style="border:3px solid #3714da">
Div here</div>

This div border color is #3714da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,20,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3714da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3714da;
  -webkit-box-shadow: 1px 1px 3px 2px #3714da;
  box-shadow:         1px 1px 3px 2px #3714da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3714da


Comments

No comments written yet.

Please login to write comment.