Color Hex Logo

#7b7ccc Color Hex

#7B7CCC
(123,124,204)
0 Favorites   0 Comments

Color spaces of #7b7ccc

RGB 123124204
HSL0.660.440.64
HSV239°40°80°
CMYK 0.400.390.00   0.20
XYZ26.275122.985960.1786
Yxy22.98590.24010.2100
Hunter Lab47.943613.9241-40.8600
CIE-Lab55.057819.4320-41.6176

#7b7ccc color RGB value is (123,124,204).

#7b7ccc hex color red value is 123, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7b7ccc hue: 0.66 , saturation: 0.44 and the lightness value of 7b7ccc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111100 11001100
Octal 173 174 314
Decimal 123 124 204
Hex 7B 7C CC

RGB Percentages of Color #7b7ccc

%27.27
%27.49
%45.23

CMYK Percentages of Color #7b7ccc

%40
%39
%0
%20

Triadic Colors of #7b7ccc

#7b7ccc #cc7b7c #7ccc7b

Analogous Colors of #7b7ccc

#7b7ccc #a37bcc #7ba5cc

Monochromatic Colors of #7b7ccc

#7b7ccc

Complementary Color

#7b7ccc #cccb7b

#7b7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7ccc Color CSS Codes

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

#7b7ccc Text Font Color

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

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


#7b7ccc Background Color

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

This div background color is #7b7ccc


#7b7ccc Border Color

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

This div border color is #7b7ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,124,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7ccc


Comments

No comments written yet.

Please login to write comment.