Color Hex Logo

#3142ca Color Hex

#3142CA
(49,66,202)
0 Favorites   0 Comments

Color spaces of #3142ca

RGB 4966202
HSL0.650.610.49
HSV233°76°79°
CMYK 0.760.670.00   0.21
XYZ13.87558.813756.8470
Yxy8.81370.17450.1108
Hunter Lab29.687931.4734-92.7483
CIE-Lab35.623140.7599-72.0391

#3142ca color RGB value is (49,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000010 11001010
Octal 61 102 312
Decimal 49 66 202
Hex 31 42 CA

RGB Percentages of Color #3142ca

%15.46
%20.82
%63.72

CMYK Percentages of Color #3142ca

%76
%67
%0
%21

Triadic Colors of #3142ca

#3142ca #ca3142 #42ca31

Analogous Colors of #3142ca

#3142ca #6d31ca #318fca

Monochromatic Colors of #3142ca

#3142ca

Complementary Color

#3142ca #cab931

#3142ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3142ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3142ca Color CSS Codes

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

#3142ca Text Font Color

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

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


#3142ca Background Color

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

This div background color is #3142ca


#3142ca Border Color

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

This div border color is #3142ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3142ca


Comments

No comments written yet.

Please login to write comment.