Color Hex Logo

#4330cf Color Hex

#4330CF
(67,48,207)
0 Favorites   0 Comments

Color spaces of #4330cf

RGB 6748207
HSL0.690.620.50
HSV247°77°81°
CMYK 0.680.770.00   0.19
XYZ14.63427.812259.7681
Yxy7.81220.17800.0950
Hunter Lab27.950344.5458-107.2187
CIE-Lab33.588754.2426-78.2593

#4330cf color RGB value is (67,48,207).

#4330cf hex color red value is 67, green value is 48 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4330cf hue: 0.69 , saturation: 0.62 and the lightness value of 4330cf is 0.50.

The process color (four color CMYK) of #4330cf color hex is 0.68, 0.77, 0.00, 0.19. Web safe color of #4330cf is #3333cc. Color #4330cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110000 11001111
Octal 103 60 317
Decimal 67 48 207
Hex 43 30 CF

RGB Percentages of Color #4330cf

%20.81
%14.91
%64.29

CMYK Percentages of Color #4330cf

%68
%77
%0
%19

Triadic Colors of #4330cf

#4330cf #cf4330 #30cf43

Analogous Colors of #4330cf

#4330cf #9330cf #306dcf

Monochromatic Colors of #4330cf

#4330cf

Complementary Color

#4330cf #bccf30

#4330cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4330cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4330cf Color CSS Codes

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

#4330cf Text Font Color

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

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


#4330cf Background Color

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

This div background color is #4330cf


#4330cf Border Color

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

This div border color is #4330cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4330cf


Comments

No comments written yet.

Please login to write comment.