Color Hex Logo

#7246ca Color Hex

#7246CA
(114,70,202)
0 Favorites   0 Comments

Color spaces of #7246ca

RGB 11470202
HSL0.720.550.53
HSV260°65°79°
CMYK 0.440.650.00   0.21
XYZ19.790312.222057.1931
Yxy12.22200.22190.1370
Hunter Lab34.960039.8661-72.5240
CIE-Lab41.566848.2193-62.1175

#7246ca color RGB value is (114,70,202).

#7246ca hex color red value is 114, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7246ca hue: 0.72 , saturation: 0.55 and the lightness value of 7246ca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000110 11001010
Octal 162 106 312
Decimal 114 70 202
Hex 72 46 CA

RGB Percentages of Color #7246ca

%29.53
%18.13
%52.33

CMYK Percentages of Color #7246ca

%44
%65
%0
%21

Triadic Colors of #7246ca

#7246ca #ca7246 #46ca72

Analogous Colors of #7246ca

#7246ca #b446ca #465cca

Monochromatic Colors of #7246ca

#7246ca

Complementary Color

#7246ca #9eca46

#7246ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7246ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7246ca Color CSS Codes

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

#7246ca Text Font Color

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

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


#7246ca Background Color

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

This div background color is #7246ca


#7246ca Border Color

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

This div border color is #7246ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,70,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 #7246ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7246ca


Comments

No comments written yet.

Please login to write comment.