Color Hex Logo

#7727fd Color Hex

#7727FD
(119,39,253)
0 Favorites   0 Comments

Color spaces of #7727fd

RGB 11939253
HSL0.730.980.57
HSV262°85°99°
CMYK 0.530.850.00   0.01
XYZ26.062912.464893.9608
Yxy12.46480.19670.0941
Hunter Lab35.305569.9859-133.0783
CIE-Lab41.945575.0714-90.5050

#7727fd color RGB value is (119,39,253).

#7727fd hex color red value is 119, green value is 39 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7727fd hue: 0.73 , saturation: 0.98 and the lightness value of 7727fd is 0.57.

The process color (four color CMYK) of #7727fd color hex is 0.53, 0.85, 0.00, 0.01. Web safe color of #7727fd is #6633ff. Color #7727fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100111 11111101
Octal 167 47 375
Decimal 119 39 253
Hex 77 27 FD

RGB Percentages of Color #7727fd

%28.95
%9.49
%61.56

CMYK Percentages of Color #7727fd

%53
%85
%0
%1

Triadic Colors of #7727fd

#7727fd #fd7727 #27fd77

Analogous Colors of #7727fd

#7727fd #e227fd #2742fd

Monochromatic Colors of #7727fd

#7727fd

Complementary Color

#7727fd #adfd27

#7727fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7727fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7727fd Color CSS Codes

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

#7727fd Text Font Color

<p style="color:#7727fd">Text here</p>

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


#7727fd Background Color

<div style="background-color:#7727fd">
Div content here</div>

This div background color is #7727fd


#7727fd Border Color

<div style="border:3px solid #7727fd">
Div here</div>

This div border color is #7727fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,39,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7727fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7727fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7727fd;
  box-shadow:         1px 1px 3px 2px #7727fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,39,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 #7727fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7727fd


Comments

No comments written yet.

Please login to write comment.