Color Hex Logo

#4848ce Color Hex

#4848CE
(72,72,206)
0 Favorites   0 Comments

Color spaces of #4848ce

RGB 7272206
HSL0.670.580.55
HSV240°65°81°
CMYK 0.650.650.00   0.19
XYZ16.130410.468759.5630
Yxy10.46870.18720.1215
Hunter Lab32.355432.3672-86.4982
CIE-Lab38.670841.1751-69.3094

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 11001110
Octal 110 110 316
Decimal 72 72 206
Hex 48 48 CE

RGB Percentages of Color #4848ce

%20.57
%20.57
%58.86

CMYK Percentages of Color #4848ce

%65
%65
%0
%19

Triadic Colors of #4848ce

#4848ce #ce4848 #48ce48

Analogous Colors of #4848ce

#4848ce #8b48ce #488bce

Monochromatic Colors of #4848ce

#4848ce

Complementary Color

#4848ce #cece48

#4848ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4848ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4848ce Color CSS Codes

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

#4848ce Text Font Color

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

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


#4848ce Background Color

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

This div background color is #4848ce


#4848ce Border Color

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

This div border color is #4848ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4848ce


Comments

No comments written yet.

Please login to write comment.