Color Hex Logo

#4330fc Color Hex

#4330FC
(67,48,252)
0 Favorites   0 Comments

Color spaces of #4330fc

RGB 6748252
HSL0.680.970.59
HSV246°81°99°
CMYK 0.730.810.00   0.01
XYZ20.942410.335592.9866
Yxy10.33550.16850.0832
Hunter Lab32.148960.0178-148.9847
CIE-Lab38.438067.3484-95.8922

#4330fc color RGB value is (67,48,252).

#4330fc hex color red value is 67, green value is 48 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4330fc hue: 0.68 , saturation: 0.97 and the lightness value of 4330fc is 0.59.

The process color (four color CMYK) of #4330fc color hex is 0.73, 0.81, 0.00, 0.01. Web safe color of #4330fc is #3333ff. Color #4330fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110000 11111100
Octal 103 60 374
Decimal 67 48 252
Hex 43 30 FC

RGB Percentages of Color #4330fc

%18.26
%13.08
%68.66

CMYK Percentages of Color #4330fc

%73
%81
%0
%1

Triadic Colors of #4330fc

#4330fc #fc4330 #30fc43

Analogous Colors of #4330fc

#4330fc #a930fc #3083fc

Monochromatic Colors of #4330fc

#4330fc

Complementary Color

#4330fc #e9fc30

#4330fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4330fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4330fc Color CSS Codes

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

#4330fc Text Font Color

<p style="color:#4330fc">Text here</p>

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


#4330fc Background Color

<div style="background-color:#4330fc">
Div content here</div>

This div background color is #4330fc


#4330fc Border Color

<div style="border:3px solid #4330fc">
Div here</div>

This div border color is #4330fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,48,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4330fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4330fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4330fc;
  box-shadow:         1px 1px 3px 2px #4330fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4330fc


Comments

No comments written yet.

Please login to write comment.