Color Hex Logo

#4330ca Color Hex

#4330CA
(67,48,202)
0 Favorites   0 Comments

Color spaces of #4330ca

RGB 6748202
HSL0.690.620.49
HSV247°76°79°
CMYK 0.670.760.00   0.21
XYZ14.03247.571556.5990
Yxy7.57150.17940.0968
Hunter Lab27.516442.8753-102.6934
CIE-Lab33.074152.7358-76.1995

#4330ca color RGB value is (67,48,202).

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

The process color (four color CMYK) of #4330ca color hex is 0.67, 0.76, 0.00, 0.21. Web safe color of #4330ca is #3333cc. Color #4330ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110000 11001010
Octal 103 60 312
Decimal 67 48 202
Hex 43 30 CA

RGB Percentages of Color #4330ca

%21.14
%15.14
%63.72

CMYK Percentages of Color #4330ca

%67
%76
%0
%21

Triadic Colors of #4330ca

#4330ca #ca4330 #30ca43

Analogous Colors of #4330ca

#4330ca #9030ca #306aca

Monochromatic Colors of #4330ca

#4330ca

Complementary Color

#4330ca #b7ca30

#4330ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4330ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4330ca Color CSS Codes

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

#4330ca Text Font Color

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

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


#4330ca Background Color

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

This div background color is #4330ca


#4330ca Border Color

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

This div border color is #4330ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,48,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 #4330ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4330ca


Comments

No comments written yet.

Please login to write comment.