Color Hex Logo

#5f06ee Color Hex

#5F06EE
(95,6,238)
0 Favorites   0 Comments

Color spaces of #5f06ee

RGB 956238
HSL0.730.950.48
HSV263°97°93°
CMYK 0.600.970.00   0.07
XYZ20.21718.736281.5096
Yxy8.73620.18300.0791
Hunter Lab29.557170.3696-142.8143
CIE-Lab35.471376.6081-92.8551

#5f06ee color RGB value is (95,6,238).

#5f06ee hex color red value is 95, green value is 6 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5f06ee hue: 0.73 , saturation: 0.95 and the lightness value of 5f06ee is 0.48.

The process color (four color CMYK) of #5f06ee color hex is 0.60, 0.97, 0.00, 0.07. Web safe color of #5f06ee is #6600ff. Color #5f06ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00000110 11101110
Octal 137 6 356
Decimal 95 6 238
Hex 5F 6 EE

RGB Percentages of Color #5f06ee

%28.02
%1.77
%70.21

CMYK Percentages of Color #5f06ee

%60
%97
%0
%7

Triadic Colors of #5f06ee

#5f06ee #ee5f06 #06ee5f

Analogous Colors of #5f06ee

#5f06ee #d306ee #0621ee

Monochromatic Colors of #5f06ee

#5f06ee

Complementary Color

#5f06ee #95ee06

#5f06ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f06ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f06ee Color CSS Codes

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

#5f06ee Text Font Color

<p style="color:#5f06ee">Text here</p>

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


#5f06ee Background Color

<div style="background-color:#5f06ee">
Div content here</div>

This div background color is #5f06ee


#5f06ee Border Color

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

This div border color is #5f06ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,6,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f06ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f06ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5f06ee;
  box-shadow:         1px 1px 3px 2px #5f06ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,6,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 #5f06ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f06ee


Comments

No comments written yet.

Please login to write comment.