Color Hex Logo

#3f1cee Color Hex

#3F1CEE
(63,28,238)
0 Favorites   0 Comments

Color spaces of #3f1cee

RGB 6328238
HSL0.690.860.52
HSV250°88°93°
CMYK 0.740.880.00   0.07
XYZ17.89788.060381.5014
Yxy8.06030.16660.0750
Hunter Lab28.390762.8448-150.3310
CIE-Lab34.108270.6040-95.1993

#3f1cee color RGB value is (63,28,238).

#3f1cee hex color red value is 63, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3f1cee hue: 0.69 , saturation: 0.86 and the lightness value of 3f1cee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 00011100 11101110
Octal 77 34 356
Decimal 63 28 238
Hex 3F 1C EE

RGB Percentages of Color #3f1cee

%19.15
%8.51
%72.34

CMYK Percentages of Color #3f1cee

%74
%88
%0
%7

Triadic Colors of #3f1cee

#3f1cee #ee3f1c #1cee3f

Analogous Colors of #3f1cee

#3f1cee #a81cee #1c62ee

Monochromatic Colors of #3f1cee

#3f1cee

Complementary Color

#3f1cee #cbee1c

#3f1cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f1cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f1cee Color CSS Codes

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

#3f1cee Text Font Color

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

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


#3f1cee Background Color

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

This div background color is #3f1cee


#3f1cee Border Color

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

This div border color is #3f1cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f1cee


Comments

No comments written yet.

Please login to write comment.