Color Hex Logo

#67127c Color Hex

#67127C
(103,18,124)
0 Favorites   0 Comments

Color spaces of #67127c

RGB 10318124
HSL0.800.750.28
HSV288°85°49°
CMYK 0.170.850.00   0.51
XYZ9.44794.771419.4918
Yxy4.77140.28030.1415
Hunter Lab21.843538.9797-37.6162
CIE-Lab26.073350.2658-40.1780

#67127c color RGB value is (103,18,124).

#67127c hex color red value is 103, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #67127c hue: 0.80 , saturation: 0.75 and the lightness value of 67127c is 0.28.

The process color (four color CMYK) of #67127c color hex is 0.17, 0.85, 0.00, 0.51. Web safe color of #67127c is #660066. Color #67127c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 01111100
Octal 147 22 174
Decimal 103 18 124
Hex 67 12 7C

RGB Percentages of Color #67127c

%42.04
%7.35
%50.61

CMYK Percentages of Color #67127c

%17
%85
%0
%51

Triadic Colors of #67127c

#67127c #7c6712 #127c67

Analogous Colors of #67127c

#67127c #7c125c #32127c

Monochromatic Colors of #67127c

#67127c

Complementary Color

#67127c #277c12

#67127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67127c Color CSS Codes

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

#67127c Text Font Color

<p style="color:#67127c">Text here</p>

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


#67127c Background Color

<div style="background-color:#67127c">
Div content here</div>

This div background color is #67127c


#67127c Border Color

<div style="border:3px solid #67127c">
Div here</div>

This div border color is #67127c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,18,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67127c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67127c;
  -webkit-box-shadow: 1px 1px 3px 2px #67127c;
  box-shadow:         1px 1px 3px 2px #67127c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,18,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67127c


Comments

No comments written yet.

Please login to write comment.