Color Hex Logo

#7d42ca Color Hex

#7D42CA
(125,66,202)
0 Favorites   0 Comments

Color spaces of #7d42ca

RGB 12566202
HSL0.740.560.53
HSV266°67°79°
CMYK 0.380.670.00   0.21
XYZ21.066312.520757.1835
Yxy12.52070.23210.1379
Hunter Lab35.384644.3473-71.0467
CIE-Lab42.032052.4512-61.3064

#7d42ca color RGB value is (125,66,202).

#7d42ca hex color red value is 125, green value is 66 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7d42ca hue: 0.74 , saturation: 0.56 and the lightness value of 7d42ca is 0.53.

The process color (four color CMYK) of #7d42ca color hex is 0.38, 0.67, 0.00, 0.21. Web safe color of #7d42ca is #6633cc. Color #7d42ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000010 11001010
Octal 175 102 312
Decimal 125 66 202
Hex 7D 42 CA

RGB Percentages of Color #7d42ca

%31.81
%16.79
%51.40

CMYK Percentages of Color #7d42ca

%38
%67
%0
%21

Triadic Colors of #7d42ca

#7d42ca #ca7d42 #42ca7d

Analogous Colors of #7d42ca

#7d42ca #c142ca #424bca

Monochromatic Colors of #7d42ca

#7d42ca

Complementary Color

#7d42ca #8fca42

#7d42ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d42ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d42ca Color CSS Codes

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

#7d42ca Text Font Color

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

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


#7d42ca Background Color

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

This div background color is #7d42ca


#7d42ca Border Color

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

This div border color is #7d42ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,66,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d42ca


Comments

No comments written yet.

Please login to write comment.