Color Hex Logo

#7c64fd Color Hex

#7C64FD
(124,100,253)
0 Favorites   0 Comments

Color spaces of #7c64fd

RGB 124100253
HSL0.690.970.69
HSV249°60°99°
CMYK 0.510.600.00   0.01
XYZ30.599020.491395.2710
Yxy20.49130.20910.1400
Hunter Lab45.267341.4415-93.0965
CIE-Lab52.388247.9066-73.3813

#7c64fd color RGB value is (124,100,253).

#7c64fd hex color red value is 124, green value is 100 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7c64fd hue: 0.69 , saturation: 0.97 and the lightness value of 7c64fd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100100 11111101
Octal 174 144 375
Decimal 124 100 253
Hex 7C 64 FD

RGB Percentages of Color #7c64fd

%26.00
%20.96
%53.04

CMYK Percentages of Color #7c64fd

%51
%60
%0
%1

Triadic Colors of #7c64fd

#7c64fd #fd7c64 #64fd7c

Analogous Colors of #7c64fd

#7c64fd #c964fd #6499fd

Monochromatic Colors of #7c64fd

#7c64fd

Complementary Color

#7c64fd #e5fd64

#7c64fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c64fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c64fd Color CSS Codes

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

#7c64fd Text Font Color

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

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


#7c64fd Background Color

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

This div background color is #7c64fd


#7c64fd Border Color

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

This div border color is #7c64fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c64fd

Related Colors


Comments

No comments written yet.

Please login to write comment.