Color Hex Logo

#721bce Color Hex

#721BCE
(114,27,206)
0 Favorites   0 Comments

Color spaces of #721bce

RGB 11427206
HSL0.750.770.46
HSV269°87°81°
CMYK 0.450.870.00   0.19
XYZ18.47198.817559.1209
Yxy8.81750.21380.1020
Hunter Lab29.694359.0744-97.2596
CIE-Lab35.630567.0741-74.1456

#721bce color RGB value is (114,27,206).

#721bce hex color red value is 114, green value is 27 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #721bce hue: 0.75 , saturation: 0.77 and the lightness value of 721bce is 0.46.

The process color (four color CMYK) of #721bce color hex is 0.45, 0.87, 0.00, 0.19. Web safe color of #721bce is #6633cc. Color #721bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011011 11001110
Octal 162 33 316
Decimal 114 27 206
Hex 72 1B CE

RGB Percentages of Color #721bce

%32.85
%7.78
%59.37

CMYK Percentages of Color #721bce

%45
%87
%0
%19

Triadic Colors of #721bce

#721bce #ce721b #1bce72

Analogous Colors of #721bce

#721bce #cc1bce #1b1dce

Monochromatic Colors of #721bce

#721bce

Complementary Color

#721bce #77ce1b

#721bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#721bce Color CSS Codes

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

#721bce Text Font Color

<p style="color:#721bce">Text here</p>

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


#721bce Background Color

<div style="background-color:#721bce">
Div content here</div>

This div background color is #721bce


#721bce Border Color

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

This div border color is #721bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,27,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721bce;
  -webkit-box-shadow: 1px 1px 3px 2px #721bce;
  box-shadow:         1px 1px 3px 2px #721bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,27,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721bce


Comments

No comments written yet.

Please login to write comment.