Color Hex Logo

#7b65ce Color Hex

#7B65CE
(123,101,206)
0 Favorites   0 Comments

Color spaces of #7b65ce

RGB 123101206
HSL0.700.520.60
HSV253°51°81°
CMYK 0.400.510.00   0.19
XYZ23.962617.974560.5990
Yxy17.97450.23370.1753
Hunter Lab42.396326.6954-55.0684
CIE-Lab49.465233.6878-51.6414

#7b65ce color RGB value is (123,101,206).

#7b65ce hex color red value is 123, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7b65ce hue: 0.70 , saturation: 0.52 and the lightness value of 7b65ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01100101 11001110
Octal 173 145 316
Decimal 123 101 206
Hex 7B 65 CE

RGB Percentages of Color #7b65ce

%28.60
%23.49
%47.91

CMYK Percentages of Color #7b65ce

%40
%51
%0
%19

Triadic Colors of #7b65ce

#7b65ce #ce7b65 #65ce7b

Analogous Colors of #7b65ce

#7b65ce #b065ce #6584ce

Monochromatic Colors of #7b65ce

#7b65ce

Complementary Color

#7b65ce #b8ce65

#7b65ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b65ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b65ce Color CSS Codes

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

#7b65ce Text Font Color

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

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


#7b65ce Background Color

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

This div background color is #7b65ce


#7b65ce Border Color

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

This div border color is #7b65ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b65ce


Comments

No comments written yet.

Please login to write comment.