Color Hex Logo

#7c64ee Color Hex

#7C64EE
(124,100,238)
0 Favorites   0 Comments

Color spaces of #7c64ee

RGB 124100238
HSL0.700.800.66
HSV250°58°93°
CMYK 0.480.580.00   0.07
XYZ28.302019.572583.1751
Yxy19.57250.21600.1494
Hunter Lab44.240836.7697-80.4998
CIE-Lab51.350443.5811-66.7060

#7c64ee color RGB value is (124,100,238).

#7c64ee hex color red value is 124, green value is 100 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7c64ee hue: 0.70 , saturation: 0.80 and the lightness value of 7c64ee is 0.66.

The process color (four color CMYK) of #7c64ee color hex is 0.48, 0.58, 0.00, 0.07. Web safe color of #7c64ee is #6666ff. Color #7c64ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100100 11101110
Octal 174 144 356
Decimal 124 100 238
Hex 7C 64 EE

RGB Percentages of Color #7c64ee

%26.84
%21.65
%51.52

CMYK Percentages of Color #7c64ee

%48
%58
%0
%7

Triadic Colors of #7c64ee

#7c64ee #ee7c64 #64ee7c

Analogous Colors of #7c64ee

#7c64ee #c164ee #6491ee

Monochromatic Colors of #7c64ee

#7c64ee

Complementary Color

#7c64ee #d6ee64

#7c64ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c64ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c64ee Color CSS Codes

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

#7c64ee Text Font Color

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

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


#7c64ee Background Color

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

This div background color is #7c64ee


#7c64ee Border Color

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

This div border color is #7c64ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c64ee


Comments

No comments written yet.

Please login to write comment.