Color Hex Logo

#7d38fd Color Hex

#7D38FD
(125,56,253)
0 Favorites   0 Comments

Color spaces of #7d38fd

RGB 12556253
HSL0.730.980.61
HSV261°78°99°
CMYK 0.510.780.00   0.01
XYZ27.601214.280294.2301
Yxy14.28020.20280.1049
Hunter Lab37.789264.2454-121.3917
CIE-Lab44.632169.7603-86.0547

#7d38fd color RGB value is (125,56,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111000 11111101
Octal 175 70 375
Decimal 125 56 253
Hex 7D 38 FD

RGB Percentages of Color #7d38fd

%28.80
%12.90
%58.29

CMYK Percentages of Color #7d38fd

%51
%78
%0
%1

Triadic Colors of #7d38fd

#7d38fd #fd7d38 #38fd7d

Analogous Colors of #7d38fd

#7d38fd #e038fd #3855fd

Monochromatic Colors of #7d38fd

#7d38fd

Complementary Color

#7d38fd #b8fd38

#7d38fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d38fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d38fd Color CSS Codes

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

#7d38fd Text Font Color

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

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


#7d38fd Background Color

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

This div background color is #7d38fd


#7d38fd Border Color

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

This div border color is #7d38fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d38fd

Related Colors


Comments

No comments written yet.

Please login to write comment.