Color Hex Logo

#5f21dd Color Hex

#5F21DD
(95,33,221)
0 Favorites   0 Comments

Color spaces of #5f21dd

RGB 9533221
HSL0.720.740.50
HSV260°85°87°
CMYK 0.570.850.00   0.13
XYZ18.31438.741169.1285
Yxy8.74110.19040.0909
Hunter Lab29.565458.8327-117.9337
CIE-Lab35.481066.8927-83.1344

#5f21dd color RGB value is (95,33,221).

#5f21dd hex color red value is 95, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5f21dd hue: 0.72 , saturation: 0.74 and the lightness value of 5f21dd is 0.50.

The process color (four color CMYK) of #5f21dd color hex is 0.57, 0.85, 0.00, 0.13. Web safe color of #5f21dd is #6633cc. Color #5f21dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00100001 11011101
Octal 137 41 335
Decimal 95 33 221
Hex 5F 21 DD

RGB Percentages of Color #5f21dd

%27.22
%9.46
%63.32

CMYK Percentages of Color #5f21dd

%57
%85
%0
%13

Triadic Colors of #5f21dd

#5f21dd #dd5f21 #21dd5f

Analogous Colors of #5f21dd

#5f21dd #bd21dd #2141dd

Monochromatic Colors of #5f21dd

#5f21dd

Complementary Color

#5f21dd #9fdd21

#5f21dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f21dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f21dd Color CSS Codes

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

#5f21dd Text Font Color

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

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


#5f21dd Background Color

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

This div background color is #5f21dd


#5f21dd Border Color

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

This div border color is #5f21dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,33,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f21dd


Comments

No comments written yet.

Please login to write comment.