Color Hex Logo

#7b25ca Color Hex

#7B25CA
(123,37,202)
0 Favorites   0 Comments

Color spaces of #7b25ca

RGB 12337202
HSL0.750.690.47
HSV271°82°79°
CMYK 0.390.820.00   0.21
XYZ19.49069.798456.7411
Yxy9.79840.22660.1139
Hunter Lab31.302456.3648-85.5619
CIE-Lab37.478264.3392-68.7407

#7b25ca color RGB value is (123,37,202).

#7b25ca hex color red value is 123, green value is 37 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7b25ca hue: 0.75 , saturation: 0.69 and the lightness value of 7b25ca is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100101 11001010
Octal 173 45 312
Decimal 123 37 202
Hex 7B 25 CA

RGB Percentages of Color #7b25ca

%33.98
%10.22
%55.80

CMYK Percentages of Color #7b25ca

%39
%82
%0
%21

Triadic Colors of #7b25ca

#7b25ca #ca7b25 #25ca7b

Analogous Colors of #7b25ca

#7b25ca #ca25c7 #2925ca

Monochromatic Colors of #7b25ca

#7b25ca

Complementary Color

#7b25ca #74ca25

#7b25ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b25ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b25ca Color CSS Codes

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

#7b25ca Text Font Color

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

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


#7b25ca Background Color

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

This div background color is #7b25ca


#7b25ca Border Color

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

This div border color is #7b25ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b25ca


Comments

No comments written yet.

Please login to write comment.