Color Hex Logo

#7126cd Color Hex

#7126CD
(113,38,205)
0 Favorites   0 Comments

Color spaces of #7126cd

RGB 11338205
HSL0.740.690.48
HSV267°81°80°
CMYK 0.450.810.00   0.20
XYZ18.52269.304758.5773
Yxy9.30470.21440.1077
Hunter Lab30.503655.0086-92.5044
CIE-Lab36.564463.3133-72.0338

#7126cd color RGB value is (113,38,205).

#7126cd hex color red value is 113, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7126cd hue: 0.74 , saturation: 0.69 and the lightness value of 7126cd is 0.48.

The process color (four color CMYK) of #7126cd color hex is 0.45, 0.81, 0.00, 0.20. Web safe color of #7126cd is #6633cc. Color #7126cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 11001101
Octal 161 46 315
Decimal 113 38 205
Hex 71 26 CD

RGB Percentages of Color #7126cd

%31.74
%10.67
%57.58

CMYK Percentages of Color #7126cd

%45
%81
%0
%20

Triadic Colors of #7126cd

#7126cd #cd7126 #26cd71

Analogous Colors of #7126cd

#7126cd #c526cd #262fcd

Monochromatic Colors of #7126cd

#7126cd

Complementary Color

#7126cd #82cd26

#7126cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7126cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7126cd Color CSS Codes

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

#7126cd Text Font Color

<p style="color:#7126cd">Text here</p>

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


#7126cd Background Color

<div style="background-color:#7126cd">
Div content here</div>

This div background color is #7126cd


#7126cd Border Color

<div style="border:3px solid #7126cd">
Div here</div>

This div border color is #7126cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,38,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7126cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7126cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7126cd;
  box-shadow:         1px 1px 3px 2px #7126cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,38,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7126cd


Comments

No comments written yet.

Please login to write comment.