Color Hex Logo

#481fca Color Hex

#481FCA
(72,31,202)
0 Favorites   0 Comments

Color spaces of #481fca

RGB 7231202
HSL0.710.730.46
HSV254°85°79°
CMYK 0.640.850.00   0.21
XYZ13.82316.622056.4267
Yxy6.62200.17980.0861
Hunter Lab25.733250.8515-111.9952
CIE-Lab30.930460.6552-79.7321

#481fca color RGB value is (72,31,202).

#481fca hex color red value is 72, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #481fca hue: 0.71 , saturation: 0.73 and the lightness value of 481fca is 0.46.

The process color (four color CMYK) of #481fca color hex is 0.64, 0.85, 0.00, 0.21. Web safe color of #481fca is #3333cc. Color #481fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011111 11001010
Octal 110 37 312
Decimal 72 31 202
Hex 48 1F CA

RGB Percentages of Color #481fca

%23.61
%10.16
%66.23

CMYK Percentages of Color #481fca

%64
%85
%0
%21

Triadic Colors of #481fca

#481fca #ca481f #1fca48

Analogous Colors of #481fca

#481fca #9e1fca #1f4cca

Monochromatic Colors of #481fca

#481fca

Complementary Color

#481fca #a1ca1f

#481fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#481fca Color CSS Codes

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

#481fca Text Font Color

<p style="color:#481fca">Text here</p>

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


#481fca Background Color

<div style="background-color:#481fca">
Div content here</div>

This div background color is #481fca


#481fca Border Color

<div style="border:3px solid #481fca">
Div here</div>

This div border color is #481fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,31,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481fca;
  -webkit-box-shadow: 1px 1px 3px 2px #481fca;
  box-shadow:         1px 1px 3px 2px #481fca; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481fca


Comments

No comments written yet.

Please login to write comment.