Color Hex Logo

#4331ca Color Hex

#4331CA
(67,49,202)
0 Favorites   0 Comments

Color spaces of #4331ca

RGB 6749202
HSL0.690.610.49
HSV247°76°79°
CMYK 0.670.760.00   0.21
XYZ14.07377.654256.6128
Yxy7.65420.17960.0977
Hunter Lab27.666242.3864-101.9575
CIE-Lab33.252152.2274-75.9056

#4331ca color RGB value is (67,49,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110001 11001010
Octal 103 61 312
Decimal 67 49 202
Hex 43 31 CA

RGB Percentages of Color #4331ca

%21.07
%15.41
%63.52

CMYK Percentages of Color #4331ca

%67
%76
%0
%21

Triadic Colors of #4331ca

#4331ca #ca4331 #31ca43

Analogous Colors of #4331ca

#4331ca #9031ca #316cca

Monochromatic Colors of #4331ca

#4331ca

Complementary Color

#4331ca #b8ca31

#4331ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4331ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4331ca Color CSS Codes

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

#4331ca Text Font Color

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

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


#4331ca Background Color

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

This div background color is #4331ca


#4331ca Border Color

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

This div border color is #4331ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4331ca


Comments

No comments written yet.

Please login to write comment.