Color Hex Logo

#7215cb Color Hex

#7215CB
(114,21,203)
0 Favorites   0 Comments

Color spaces of #7215cb

RGB 11421203
HSL0.750.810.44
HSV271°90°80°
CMYK 0.440.900.00   0.20
XYZ17.98718.425557.1782
Yxy8.42550.21520.1008
Hunter Lab29.026759.8151-96.4736
CIE-Lab34.853867.8659-73.6777

#7215cb color RGB value is (114,21,203).

#7215cb hex color red value is 114, green value is 21 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7215cb hue: 0.75 , saturation: 0.81 and the lightness value of 7215cb is 0.44.

The process color (four color CMYK) of #7215cb color hex is 0.44, 0.90, 0.00, 0.20. Web safe color of #7215cb is #6600cc. Color #7215cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010101 11001011
Octal 162 25 313
Decimal 114 21 203
Hex 72 15 CB

RGB Percentages of Color #7215cb

%33.73
%6.21
%60.06

CMYK Percentages of Color #7215cb

%44
%90
%0
%20

Triadic Colors of #7215cb

#7215cb #cb7215 #15cb72

Analogous Colors of #7215cb

#7215cb #cb15c9 #1715cb

Monochromatic Colors of #7215cb

#7215cb

Complementary Color

#7215cb #6ecb15

#7215cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7215cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7215cb Color CSS Codes

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

#7215cb Text Font Color

<p style="color:#7215cb">Text here</p>

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


#7215cb Background Color

<div style="background-color:#7215cb">
Div content here</div>

This div background color is #7215cb


#7215cb Border Color

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

This div border color is #7215cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,21,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7215cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7215cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7215cb;
  box-shadow:         1px 1px 3px 2px #7215cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7215cb


Comments

No comments written yet.

Please login to write comment.