Color Hex Logo

#7c7dff Color Hex

#7C7DFF
(124,125,255)
0 Favorites   0 Comments

Color spaces of #7c7dff

RGB 124125255
HSL0.671.000.74
HSV240°51°100°
CMYK 0.510.510.00   0.00
XYZ33.695826.172397.8835
Yxy26.17230.21360.1659
Hunter Lab51.158928.0410-77.6298
CIE-Lab58.200234.0458-65.0934

#7c7dff color RGB value is (124,125,255).

#7c7dff hex color red value is 124, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7c7dff hue: 0.67 , saturation: 1.00 and the lightness value of 7c7dff is 0.74.

The process color (four color CMYK) of #7c7dff color hex is 0.51, 0.51, 0.00, 0.00. Web safe color of #7c7dff is #6666ff. Color #7c7dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111101 11111111
Octal 174 175 377
Decimal 124 125 255
Hex 7C 7D FF

RGB Percentages of Color #7c7dff

%24.60
%24.80
%50.60

CMYK Percentages of Color #7c7dff

%51
%51
%0
%0

Triadic Colors of #7c7dff

#7c7dff #ff7c7d #7dff7c

Analogous Colors of #7c7dff

#7c7dff #bd7cff #7cbfff

Monochromatic Colors of #7c7dff

#7c7dff

Complementary Color

#7c7dff #fffe7c

#7c7dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7dff Color CSS Codes

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

#7c7dff Text Font Color

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

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


#7c7dff Background Color

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

This div background color is #7c7dff


#7c7dff Border Color

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

This div border color is #7c7dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7dff

Related Colors


Comments

No comments written yet.

Please login to write comment.