Color Hex Logo

#7243db Color Hex

#7243DB
(114,67,219)
0 Favorites   0 Comments

Color spaces of #7243db

RGB 11467219
HSL0.720.680.56
HSV259°69°86°
CMYK 0.480.690.00   0.14
XYZ21.732812.706268.3249
Yxy12.70620.21150.1236
Hunter Lab35.645846.4493-88.6936
CIE-Lab42.317254.3800-70.6791

#7243db color RGB value is (114,67,219).

#7243db hex color red value is 114, green value is 67 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7243db hue: 0.72 , saturation: 0.68 and the lightness value of 7243db is 0.56.

The process color (four color CMYK) of #7243db color hex is 0.48, 0.69, 0.00, 0.14. Web safe color of #7243db is #6633cc. Color #7243db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000011 11011011
Octal 162 103 333
Decimal 114 67 219
Hex 72 43 DB

RGB Percentages of Color #7243db

%28.50
%16.75
%54.75

CMYK Percentages of Color #7243db

%48
%69
%0
%14

Triadic Colors of #7243db

#7243db #db7243 #43db72

Analogous Colors of #7243db

#7243db #be43db #4360db

Monochromatic Colors of #7243db

#7243db

Complementary Color

#7243db #acdb43

#7243db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7243db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7243db Color CSS Codes

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

#7243db Text Font Color

<p style="color:#7243db">Text here</p>

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


#7243db Background Color

<div style="background-color:#7243db">
Div content here</div>

This div background color is #7243db


#7243db Border Color

<div style="border:3px solid #7243db">
Div here</div>

This div border color is #7243db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,67,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7243db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7243db;
  -webkit-box-shadow: 1px 1px 3px 2px #7243db;
  box-shadow:         1px 1px 3px 2px #7243db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7243db


Comments

No comments written yet.

Please login to write comment.