Color Hex Logo

#3734ee Color Hex

#3734EE
(55,52,238)
0 Favorites   0 Comments

Color spaces of #3734ee

RGB 5552238
HSL0.670.850.57
HSV241°78°93°
CMYK 0.770.780.00   0.07
XYZ18.23629.441381.7501
Yxy9.44130.16670.0863
Hunter Lab30.726752.1675-136.2357
CIE-Lab36.820460.7081-90.7075

#3734ee color RGB value is (55,52,238).

#3734ee hex color red value is 55, green value is 52 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3734ee hue: 0.67 , saturation: 0.85 and the lightness value of 3734ee is 0.57.

The process color (four color CMYK) of #3734ee color hex is 0.77, 0.78, 0.00, 0.07. Web safe color of #3734ee is #3333ff. Color #3734ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110100 11101110
Octal 67 64 356
Decimal 55 52 238
Hex 37 34 EE

RGB Percentages of Color #3734ee

%15.94
%15.07
%68.99

CMYK Percentages of Color #3734ee

%77
%78
%0
%7

Triadic Colors of #3734ee

#3734ee #ee3734 #34ee37

Analogous Colors of #3734ee

#3734ee #9434ee #348eee

Monochromatic Colors of #3734ee

#3734ee

Complementary Color

#3734ee #ebee34

#3734ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3734ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3734ee Color CSS Codes

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

#3734ee Text Font Color

<p style="color:#3734ee">Text here</p>

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


#3734ee Background Color

<div style="background-color:#3734ee">
Div content here</div>

This div background color is #3734ee


#3734ee Border Color

<div style="border:3px solid #3734ee">
Div here</div>

This div border color is #3734ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,52,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3734ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3734ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3734ee;
  box-shadow:         1px 1px 3px 2px #3734ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3734ee


Comments

No comments written yet.

Please login to write comment.