Color Hex Logo

#7621fb Color Hex

#7621FB
(118,33,251)
0 Favorites   0 Comments

Color spaces of #7621fb

RGB 11833251
HSL0.730.960.56
HSV263°87°98°
CMYK 0.530.870.00   0.02
XYZ25.427711.904392.2244
Yxy11.90430.19630.0919
Hunter Lab34.502671.1712-134.3285
CIE-Lab41.063676.2119-90.8453

#7621fb color RGB value is (118,33,251).

#7621fb hex color red value is 118, green value is 33 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7621fb hue: 0.73 , saturation: 0.96 and the lightness value of 7621fb is 0.56.

The process color (four color CMYK) of #7621fb color hex is 0.53, 0.87, 0.00, 0.02. Web safe color of #7621fb is #6633ff. Color #7621fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100001 11111011
Octal 166 41 373
Decimal 118 33 251
Hex 76 21 FB

RGB Percentages of Color #7621fb

%29.35
%8.21
%62.44

CMYK Percentages of Color #7621fb

%53
%87
%0
%2

Triadic Colors of #7621fb

#7621fb #fb7621 #21fb76

Analogous Colors of #7621fb

#7621fb #e321fb #2139fb

Monochromatic Colors of #7621fb

#7621fb

Complementary Color

#7621fb #a6fb21

#7621fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7621fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7621fb Color CSS Codes

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

#7621fb Text Font Color

<p style="color:#7621fb">Text here</p>

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


#7621fb Background Color

<div style="background-color:#7621fb">
Div content here</div>

This div background color is #7621fb


#7621fb Border Color

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

This div border color is #7621fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,33,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7621fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7621fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7621fb;
  box-shadow:         1px 1px 3px 2px #7621fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7621fb


Comments

No comments written yet.

Please login to write comment.