Color Hex Logo

#7248cb Color Hex

#7248CB
(114,72,203)
0 Favorites   0 Comments

Color spaces of #7248cb

RGB 11472203
HSL0.720.560.54
HSV259°65°80°
CMYK 0.440.650.00   0.20
XYZ20.036312.523957.8612
Yxy12.52390.22160.1385
Hunter Lab35.389139.1306-72.1667
CIE-Lab42.036947.4157-61.9329

#7248cb color RGB value is (114,72,203).

#7248cb hex color red value is 114, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7248cb hue: 0.72 , saturation: 0.56 and the lightness value of 7248cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001000 11001011
Octal 162 110 313
Decimal 114 72 203
Hex 72 48 CB

RGB Percentages of Color #7248cb

%29.31
%18.51
%52.19

CMYK Percentages of Color #7248cb

%44
%65
%0
%20

Triadic Colors of #7248cb

#7248cb #cb7248 #48cb72

Analogous Colors of #7248cb

#7248cb #b448cb #4860cb

Monochromatic Colors of #7248cb

#7248cb

Complementary Color

#7248cb #a1cb48

#7248cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7248cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7248cb Color CSS Codes

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

#7248cb Text Font Color

<p style="color:#7248cb">Text here</p>

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


#7248cb Background Color

<div style="background-color:#7248cb">
Div content here</div>

This div background color is #7248cb


#7248cb Border Color

<div style="border:3px solid #7248cb">
Div here</div>

This div border color is #7248cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,72,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7248cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7248cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7248cb;
  box-shadow:         1px 1px 3px 2px #7248cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7248cb


Comments

No comments written yet.

Please login to write comment.