Color Hex Logo

#4823bc Color Hex

#4823BC
(72,35,188)
0 Favorites   0 Comments

Color spaces of #4823bc

RGB 7235188
HSL0.710.690.44
HSV255°81°74°
CMYK 0.620.810.00   0.26
XYZ12.35066.210648.1248
Yxy6.21060.18520.0931
Hunter Lab24.921144.8507-97.0495
CIE-Lab29.937755.2449-73.1437

#4823bc color RGB value is (72,35,188).

#4823bc hex color red value is 72, green value is 35 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4823bc hue: 0.71 , saturation: 0.69 and the lightness value of 4823bc is 0.44.

The process color (four color CMYK) of #4823bc color hex is 0.62, 0.81, 0.00, 0.26. Web safe color of #4823bc is #3333cc. Color #4823bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 10111100
Octal 110 43 274
Decimal 72 35 188
Hex 48 23 BC

RGB Percentages of Color #4823bc

%24.41
%11.86
%63.73

CMYK Percentages of Color #4823bc

%62
%81
%0
%26

Triadic Colors of #4823bc

#4823bc #bc4823 #23bc48

Analogous Colors of #4823bc

#4823bc #9523bc #234abc

Monochromatic Colors of #4823bc

#4823bc

Complementary Color

#4823bc #97bc23

#4823bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4823bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4823bc Color CSS Codes

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

#4823bc Text Font Color

<p style="color:#4823bc">Text here</p>

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


#4823bc Background Color

<div style="background-color:#4823bc">
Div content here</div>

This div background color is #4823bc


#4823bc Border Color

<div style="border:3px solid #4823bc">
Div here</div>

This div border color is #4823bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,35,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4823bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4823bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4823bc;
  box-shadow:         1px 1px 3px 2px #4823bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4823bc


Comments

No comments written yet.

Please login to write comment.