Color Hex Logo

#334bee Color Hex

#334BEE
(51,75,238)
0 Favorites   0 Comments

Color spaces of #334bee

RGB 5175238
HSL0.650.850.57
HSV232°79°93°
CMYK 0.790.680.00   0.07
XYZ19.313911.909082.1696
Yxy11.90900.17030.1050
Hunter Lab34.509439.5097-117.0175
CIE-Lab41.071147.9586-83.6891

#334bee color RGB value is (51,75,238).

#334bee hex color red value is 51, green value is 75 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #334bee hue: 0.65 , saturation: 0.85 and the lightness value of 334bee is 0.57.

The process color (four color CMYK) of #334bee color hex is 0.79, 0.68, 0.00, 0.07. Web safe color of #334bee is #3333ff. Color #334bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001011 11101110
Octal 63 113 356
Decimal 51 75 238
Hex 33 4B EE

RGB Percentages of Color #334bee

%14.01
%20.60
%65.38

CMYK Percentages of Color #334bee

%79
%68
%0
%7

Triadic Colors of #334bee

#334bee #ee334b #4bee33

Analogous Colors of #334bee

#334bee #7933ee #33a9ee

Monochromatic Colors of #334bee

#334bee

Complementary Color

#334bee #eed633

#334bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#334bee Color CSS Codes

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

#334bee Text Font Color

<p style="color:#334bee">Text here</p>

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


#334bee Background Color

<div style="background-color:#334bee">
Div content here</div>

This div background color is #334bee


#334bee Border Color

<div style="border:3px solid #334bee">
Div here</div>

This div border color is #334bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,75,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334bee;
  -webkit-box-shadow: 1px 1px 3px 2px #334bee;
  box-shadow:         1px 1px 3px 2px #334bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,75,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 #334bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334bee


Comments

No comments written yet.

Please login to write comment.