Color Hex Logo

#7005fd Color Hex

#7005FD
(112,5,253)
0 Favorites   0 Comments

Color spaces of #7005fd

RGB 1125253
HSL0.740.980.51
HSV266°98°99°
CMYK 0.560.980.00   0.01
XYZ24.466010.645193.6937
Yxy10.64510.18990.0826
Hunter Lab32.626876.7555-147.4229
CIE-Lab38.976281.0955-95.4440

#7005fd color RGB value is (112,5,253).

#7005fd hex color red value is 112, green value is 5 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7005fd hue: 0.74 , saturation: 0.98 and the lightness value of 7005fd is 0.51.

The process color (four color CMYK) of #7005fd color hex is 0.56, 0.98, 0.00, 0.01. Web safe color of #7005fd is #6600ff. Color #7005fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000101 11111101
Octal 160 5 375
Decimal 112 5 253
Hex 70 5 FD

RGB Percentages of Color #7005fd

%30.27
%1.35
%68.38

CMYK Percentages of Color #7005fd

%56
%98
%0
%1

Triadic Colors of #7005fd

#7005fd #fd7005 #05fd70

Analogous Colors of #7005fd

#7005fd #ec05fd #0516fd

Monochromatic Colors of #7005fd

#7005fd

Complementary Color

#7005fd #92fd05

#7005fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7005fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7005fd Color CSS Codes

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

#7005fd Text Font Color

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

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


#7005fd Background Color

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

This div background color is #7005fd


#7005fd Border Color

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

This div border color is #7005fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7005fd


Comments

No comments written yet.

Please login to write comment.