Color Hex Logo

#7f64cb Color Hex

#7F64CB
(127,100,203)
0 Favorites   0 Comments

Color spaces of #7f64cb

RGB 127100203
HSL0.710.500.59
HSV256°51°80°
CMYK 0.370.510.00   0.20
XYZ24.089117.938258.6927
Yxy17.93820.23920.1781
Hunter Lab42.353527.4055-52.5155
CIE-Lab49.421134.4327-49.9739

#7f64cb color RGB value is (127,100,203).

#7f64cb hex color red value is 127, green value is 100 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7f64cb hue: 0.71 , saturation: 0.50 and the lightness value of 7f64cb is 0.59.

The process color (four color CMYK) of #7f64cb color hex is 0.37, 0.51, 0.00, 0.20. Web safe color of #7f64cb is #6666cc. Color #7f64cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01100100 11001011
Octal 177 144 313
Decimal 127 100 203
Hex 7F 64 CB

RGB Percentages of Color #7f64cb

%29.53
%23.26
%47.21

CMYK Percentages of Color #7f64cb

%37
%51
%0
%20

Triadic Colors of #7f64cb

#7f64cb #cb7f64 #64cb7f

Analogous Colors of #7f64cb

#7f64cb #b364cb #647dcb

Monochromatic Colors of #7f64cb

#7f64cb

Complementary Color

#7f64cb #b0cb64

#7f64cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f64cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f64cb Color CSS Codes

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

#7f64cb Text Font Color

<p style="color:#7f64cb">Text here</p>

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


#7f64cb Background Color

<div style="background-color:#7f64cb">
Div content here</div>

This div background color is #7f64cb


#7f64cb Border Color

<div style="border:3px solid #7f64cb">
Div here</div>

This div border color is #7f64cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,100,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f64cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f64cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7f64cb;
  box-shadow:         1px 1px 3px 2px #7f64cb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f64cb


Comments

No comments written yet.

Please login to write comment.