Color Hex Logo

#3f5bee Color Hex

#3F5BEE
(63,91,238)
0 Favorites   0 Comments

Color spaces of #3f5bee

RGB 6391238
HSL0.640.840.59
HSV230°74°93°
CMYK 0.740.620.00   0.07
XYZ21.223614.712082.6100
Yxy14.71200.17900.1241
Hunter Lab38.356231.6458-100.8469
CIE-Lab45.237239.3870-76.8310

#3f5bee color RGB value is (63,91,238).

#3f5bee hex color red value is 63, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3f5bee hue: 0.64 , saturation: 0.84 and the lightness value of 3f5bee is 0.59.

The process color (four color CMYK) of #3f5bee color hex is 0.74, 0.62, 0.00, 0.07. Web safe color of #3f5bee is #3366ff. Color #3f5bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01011011 11101110
Octal 77 133 356
Decimal 63 91 238
Hex 3F 5B EE

RGB Percentages of Color #3f5bee

%16.07
%23.21
%60.71

CMYK Percentages of Color #3f5bee

%74
%62
%0
%7

Triadic Colors of #3f5bee

#3f5bee #ee3f5b #5bee3f

Analogous Colors of #3f5bee

#3f5bee #7b3fee #3fb3ee

Monochromatic Colors of #3f5bee

#3f5bee

Complementary Color

#3f5bee #eed23f

#3f5bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f5bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f5bee Color CSS Codes

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

#3f5bee Text Font Color

<p style="color:#3f5bee">Text here</p>

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


#3f5bee Background Color

<div style="background-color:#3f5bee">
Div content here</div>

This div background color is #3f5bee


#3f5bee Border Color

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

This div border color is #3f5bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,91,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f5bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f5bee;
  -webkit-box-shadow: 1px 1px 3px 2px #3f5bee;
  box-shadow:         1px 1px 3px 2px #3f5bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,91,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 #3f5bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f5bee


Comments

No comments written yet.

Please login to write comment.