Color Hex Logo

#7b82cd Color Hex

#7B82CD
(123,130,205)
0 Favorites   0 Comments

Color spaces of #7b82cd

RGB 123130205
HSL0.650.450.64
HSV235°40°80°
CMYK 0.400.370.00   0.20
XYZ27.170524.584061.0708
Yxy24.58400.24080.2179
Hunter Lab49.582311.0470-38.3203
CIE-Lab56.667816.1509-39.6488

#7b82cd color RGB value is (123,130,205).

#7b82cd hex color red value is 123, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7b82cd hue: 0.65 , saturation: 0.45 and the lightness value of 7b82cd is 0.64.

The process color (four color CMYK) of #7b82cd color hex is 0.40, 0.37, 0.00, 0.20. Web safe color of #7b82cd is #6699cc. Color #7b82cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000010 11001101
Octal 173 202 315
Decimal 123 130 205
Hex 7B 82 CD

RGB Percentages of Color #7b82cd

%26.86
%28.38
%44.76

CMYK Percentages of Color #7b82cd

%40
%37
%0
%20

Triadic Colors of #7b82cd

#7b82cd #cd7b82 #82cd7b

Analogous Colors of #7b82cd

#7b82cd #9d7bcd #7babcd

Monochromatic Colors of #7b82cd

#7b82cd

Complementary Color

#7b82cd #cdc67b

#7b82cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b82cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b82cd Color CSS Codes

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

#7b82cd Text Font Color

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

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


#7b82cd Background Color

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

This div background color is #7b82cd


#7b82cd Border Color

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

This div border color is #7b82cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b82cd


Comments

No comments written yet.

Please login to write comment.