Color Hex Logo

#7118ca Color Hex

#7118CA
(113,24,202)
0 Favorites   0 Comments

Color spaces of #7118ca

RGB 11324202
HSL0.750.790.44
HSV270°88°79°
CMYK 0.440.880.00   0.21
XYZ17.79748.428256.5659
Yxy8.42820.21500.1018
Hunter Lab29.031458.6228-95.2011
CIE-Lab34.859266.8298-73.0903

#7118ca color RGB value is (113,24,202).

#7118ca hex color red value is 113, green value is 24 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7118ca hue: 0.75 , saturation: 0.79 and the lightness value of 7118ca is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011000 11001010
Octal 161 30 312
Decimal 113 24 202
Hex 71 18 CA

RGB Percentages of Color #7118ca

%33.33
%7.08
%59.59

CMYK Percentages of Color #7118ca

%44
%88
%0
%21

Triadic Colors of #7118ca

#7118ca #ca7118 #18ca71

Analogous Colors of #7118ca

#7118ca #ca18ca #1818ca

Monochromatic Colors of #7118ca

#7118ca

Complementary Color

#7118ca #71ca18

#7118ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7118ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7118ca Color CSS Codes

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

#7118ca Text Font Color

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

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


#7118ca Background Color

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

This div background color is #7118ca


#7118ca Border Color

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

This div border color is #7118ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7118ca


Comments

No comments written yet.

Please login to write comment.