Color Hex Logo

#7138fd Color Hex

#7138FD
(113,56,253)
0 Favorites   0 Comments

Color spaces of #7138fd

RGB 11356253
HSL0.710.980.61
HSV257°78°99°
CMYK 0.550.780.00   0.01
XYZ25.953813.430994.1530
Yxy13.43090.19440.1006
Hunter Lab36.648262.2772-126.6684
CIE-Lab43.405568.3246-88.1176

#7138fd color RGB value is (113,56,253).

#7138fd hex color red value is 113, green value is 56 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7138fd hue: 0.71 , saturation: 0.98 and the lightness value of 7138fd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111000 11111101
Octal 161 70 375
Decimal 113 56 253
Hex 71 38 FD

RGB Percentages of Color #7138fd

%26.78
%13.27
%59.95

CMYK Percentages of Color #7138fd

%55
%78
%0
%1

Triadic Colors of #7138fd

#7138fd #fd7138 #38fd71

Analogous Colors of #7138fd

#7138fd #d438fd #3861fd

Monochromatic Colors of #7138fd

#7138fd

Complementary Color

#7138fd #c4fd38

#7138fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7138fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7138fd Color CSS Codes

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

#7138fd Text Font Color

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

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


#7138fd Background Color

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

This div background color is #7138fd


#7138fd Border Color

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

This div border color is #7138fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7138fd

Related Colors


Comments

No comments written yet.

Please login to write comment.