Color Hex Logo

#7843ca Color Hex

#7843CA
(120,67,202)
0 Favorites   0 Comments

Color spaces of #7843ca

RGB 12067202
HSL0.730.560.53
HSV264°67°79°
CMYK 0.410.670.00   0.21
XYZ20.413612.271657.1699
Yxy12.27160.22720.1366
Hunter Lab35.030842.7137-72.2390
CIE-Lab41.644650.9632-61.9616

#7843ca color RGB value is (120,67,202).

#7843ca hex color red value is 120, green value is 67 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7843ca hue: 0.73 , saturation: 0.56 and the lightness value of 7843ca is 0.53.

The process color (four color CMYK) of #7843ca color hex is 0.41, 0.67, 0.00, 0.21. Web safe color of #7843ca is #6633cc. Color #7843ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000011 11001010
Octal 170 103 312
Decimal 120 67 202
Hex 78 43 CA

RGB Percentages of Color #7843ca

%30.85
%17.22
%51.93

CMYK Percentages of Color #7843ca

%41
%67
%0
%21

Triadic Colors of #7843ca

#7843ca #ca7843 #43ca78

Analogous Colors of #7843ca

#7843ca #bc43ca #4352ca

Monochromatic Colors of #7843ca

#7843ca

Complementary Color

#7843ca #95ca43

#7843ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7843ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7843ca Color CSS Codes

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

#7843ca Text Font Color

<p style="color:#7843ca">Text here</p>

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


#7843ca Background Color

<div style="background-color:#7843ca">
Div content here</div>

This div background color is #7843ca


#7843ca Border Color

<div style="border:3px solid #7843ca">
Div here</div>

This div border color is #7843ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,67,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7843ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7843ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7843ca;
  box-shadow:         1px 1px 3px 2px #7843ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,67,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7843ca


Comments

No comments written yet.

Please login to write comment.