Color Hex Logo

#6714cb Color Hex

#6714CB
(103,20,203)
0 Favorites   0 Comments

Color spaces of #6714cb

RGB 10320203
HSL0.740.820.44
HSV267°90°80°
CMYK 0.490.900.00   0.20
XYZ16.62327.695757.1092
Yxy7.69570.20410.0945
Hunter Lab27.741158.4149-102.6384
CIE-Lab33.340966.9396-76.2211

#6714cb color RGB value is (103,20,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010100 11001011
Octal 147 24 313
Decimal 103 20 203
Hex 67 14 CB

RGB Percentages of Color #6714cb

%31.60
%6.13
%62.27

CMYK Percentages of Color #6714cb

%49
%90
%0
%20

Triadic Colors of #6714cb

#6714cb #cb6714 #14cb67

Analogous Colors of #6714cb

#6714cb #c314cb #141dcb

Monochromatic Colors of #6714cb

#6714cb

Complementary Color

#6714cb #78cb14

#6714cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6714cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6714cb Color CSS Codes

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

#6714cb Text Font Color

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

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


#6714cb Background Color

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

This div background color is #6714cb


#6714cb Border Color

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

This div border color is #6714cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6714cb


Comments

No comments written yet.

Please login to write comment.