Color Hex Logo

#7948ce Color Hex

#7948CE
(121,72,206)
0 Favorites   0 Comments

Color spaces of #7948ce

RGB 12172206
HSL0.730.580.55
HSV262°65°81°
CMYK 0.410.650.00   0.19
XYZ21.343113.155959.8070
Yxy13.15590.22630.1395
Hunter Lab36.271141.5610-72.3730
CIE-Lab42.997249.6103-62.0732

#7948ce color RGB value is (121,72,206).

#7948ce hex color red value is 121, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7948ce hue: 0.73 , saturation: 0.58 and the lightness value of 7948ce is 0.55.

The process color (four color CMYK) of #7948ce color hex is 0.41, 0.65, 0.00, 0.19. Web safe color of #7948ce is #6633cc. Color #7948ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001000 11001110
Octal 171 110 316
Decimal 121 72 206
Hex 79 48 CE

RGB Percentages of Color #7948ce

%30.33
%18.05
%51.63

CMYK Percentages of Color #7948ce

%41
%65
%0
%19

Triadic Colors of #7948ce

#7948ce #ce7948 #48ce79

Analogous Colors of #7948ce

#7948ce #bc48ce #485ace

Monochromatic Colors of #7948ce

#7948ce

Complementary Color

#7948ce #9dce48

#7948ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7948ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7948ce Color CSS Codes

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

#7948ce Text Font Color

<p style="color:#7948ce">Text here</p>

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


#7948ce Background Color

<div style="background-color:#7948ce">
Div content here</div>

This div background color is #7948ce


#7948ce Border Color

<div style="border:3px solid #7948ce">
Div here</div>

This div border color is #7948ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,72,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7948ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7948ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7948ce;
  box-shadow:         1px 1px 3px 2px #7948ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,72,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 #7948ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7948ce


Comments

No comments written yet.

Please login to write comment.