Color Hex Logo

#7123ca Color Hex

#7123CA
(113,35,202)
0 Favorites   0 Comments

Color spaces of #7123ca

RGB 11335202
HSL0.740.700.46
HSV268°83°79°
CMYK 0.440.830.00   0.21
XYZ18.07188.977056.6574
Yxy8.97700.21590.1072
Hunter Lab29.961655.2320-91.1441
CIE-Lab35.940063.6339-71.3135

#7123ca color RGB value is (113,35,202).

#7123ca hex color red value is 113, green value is 35 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7123ca hue: 0.74 , saturation: 0.70 and the lightness value of 7123ca is 0.46.

The process color (four color CMYK) of #7123ca color hex is 0.44, 0.83, 0.00, 0.21. Web safe color of #7123ca is #6633cc. Color #7123ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 11001010
Octal 161 43 312
Decimal 113 35 202
Hex 71 23 CA

RGB Percentages of Color #7123ca

%32.29
%10.00
%57.71

CMYK Percentages of Color #7123ca

%44
%83
%0
%21

Triadic Colors of #7123ca

#7123ca #ca7123 #23ca71

Analogous Colors of #7123ca

#7123ca #c523ca #2328ca

Monochromatic Colors of #7123ca

#7123ca

Complementary Color

#7123ca #7cca23

#7123ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7123ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7123ca Color CSS Codes

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

#7123ca Text Font Color

<p style="color:#7123ca">Text here</p>

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


#7123ca Background Color

<div style="background-color:#7123ca">
Div content here</div>

This div background color is #7123ca


#7123ca Border Color

<div style="border:3px solid #7123ca">
Div here</div>

This div border color is #7123ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,35,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7123ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7123ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7123ca;
  box-shadow:         1px 1px 3px 2px #7123ca; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7123ca


Comments

No comments written yet.

Please login to write comment.