Color Hex Logo

#7014cb Color Hex

#7014CB
(112,20,203)
0 Favorites   0 Comments

Color spaces of #7014cb

RGB 11220203
HSL0.750.820.44
HSV270°90°80°
CMYK 0.450.900.00   0.20
XYZ17.71178.256957.1601
Yxy8.25690.21310.0993
Hunter Lab28.734859.7387-97.8269
CIE-Lab34.512367.8653-74.2495

#7014cb color RGB value is (112,20,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 11001011
Octal 160 24 313
Decimal 112 20 203
Hex 70 14 CB

RGB Percentages of Color #7014cb

%33.43
%5.97
%60.60

CMYK Percentages of Color #7014cb

%45
%90
%0
%20

Triadic Colors of #7014cb

#7014cb #cb7014 #14cb70

Analogous Colors of #7014cb

#7014cb #cb14cb #1414cb

Monochromatic Colors of #7014cb

#7014cb

Complementary Color

#7014cb #6fcb14

#7014cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7014cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7014cb Color CSS Codes

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

#7014cb Text Font Color

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

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


#7014cb Background Color

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

This div background color is #7014cb


#7014cb Border Color

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

This div border color is #7014cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,20,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 #7014cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7014cb


Comments

No comments written yet.

Please login to write comment.