Color Hex Logo

#7f5cca Color Hex

#7F5CCA
(127,92,202)
0 Favorites   0 Comments

Color spaces of #7f5cca

RGB 12792202
HSL0.720.510.58
HSV259°54°79°
CMYK 0.370.540.00   0.21
XYZ23.240216.430657.8236
Yxy16.43060.23840.1685
Hunter Lab40.534731.4057-56.2042
CIE-Lab47.534438.8034-52.4193

#7f5cca color RGB value is (127,92,202).

#7f5cca hex color red value is 127, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7f5cca hue: 0.72 , saturation: 0.51 and the lightness value of 7f5cca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01011100 11001010
Octal 177 134 312
Decimal 127 92 202
Hex 7F 5C CA

RGB Percentages of Color #7f5cca

%30.17
%21.85
%47.98

CMYK Percentages of Color #7f5cca

%37
%54
%0
%21

Triadic Colors of #7f5cca

#7f5cca #ca7f5c #5cca7f

Analogous Colors of #7f5cca

#7f5cca #b65cca #5c70ca

Monochromatic Colors of #7f5cca

#7f5cca

Complementary Color

#7f5cca #a7ca5c

#7f5cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f5cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f5cca Color CSS Codes

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

#7f5cca Text Font Color

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

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


#7f5cca Background Color

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

This div background color is #7f5cca


#7f5cca Border Color

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

This div border color is #7f5cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,92,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f5cca


Comments

No comments written yet.

Please login to write comment.