Color Hex Logo

#7f7ccd Color Hex

#7F7CCD
(127,124,205)
0 Favorites   0 Comments

Color spaces of #7f7ccd

RGB 127124205
HSL0.670.450.65
HSV242°40°80°
CMYK 0.380.400.00   0.20
XYZ26.979523.335160.8398
Yxy23.33510.24270.2099
Hunter Lab48.306415.1574-40.8586
CIE-Lab55.415820.7738-41.5992

#7f7ccd color RGB value is (127,124,205).

#7f7ccd hex color red value is 127, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7f7ccd hue: 0.67 , saturation: 0.45 and the lightness value of 7f7ccd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01111100 11001101
Octal 177 174 315
Decimal 127 124 205
Hex 7F 7C CD

RGB Percentages of Color #7f7ccd

%27.85
%27.19
%44.96

CMYK Percentages of Color #7f7ccd

%38
%40
%0
%20

Triadic Colors of #7f7ccd

#7f7ccd #cd7f7c #7ccd7f

Analogous Colors of #7f7ccd

#7f7ccd #a87ccd #7ca2cd

Monochromatic Colors of #7f7ccd

#7f7ccd

Complementary Color

#7f7ccd #cacd7c

#7f7ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f7ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f7ccd Color CSS Codes

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

#7f7ccd Text Font Color

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

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


#7f7ccd Background Color

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

This div background color is #7f7ccd


#7f7ccd Border Color

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

This div border color is #7f7ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f7ccd


Comments

No comments written yet.

Please login to write comment.