Color Hex Logo

#0634ca Color Hex

#0634CA
(6,52,202)
0 Favorites   0 Comments

Color spaces of #0634ca

RGB 652202
HSL0.630.940.41
HSV226°97°79°
CMYK 0.970.740.00   0.21
XYZ11.96386.759056.5512
Yxy6.75900.15890.0898
Hunter Lab25.998136.6455-110.7694
CIE-Lab31.251846.9085-79.2960

#0634ca color RGB value is (6,52,202).

#0634ca hex color red value is 6, green value is 52 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0634ca hue: 0.63 , saturation: 0.94 and the lightness value of 0634ca is 0.41.

The process color (four color CMYK) of #0634ca color hex is 0.97, 0.74, 0.00, 0.21. Web safe color of #0634ca is #0033cc. Color #0634ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110100 11001010
Octal 6 64 312
Decimal 6 52 202
Hex 6 34 CA

RGB Percentages of Color #0634ca

%2.31
%20.00
%77.69

CMYK Percentages of Color #0634ca

%97
%74
%0
%21

Triadic Colors of #0634ca

#0634ca #ca0634 #34ca06

Analogous Colors of #0634ca

#0634ca #3a06ca #0696ca

Monochromatic Colors of #0634ca

#0634ca

Complementary Color

#0634ca #ca9c06

#0634ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0634ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0634ca Color CSS Codes

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

#0634ca Text Font Color

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

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


#0634ca Background Color

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

This div background color is #0634ca


#0634ca Border Color

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

This div border color is #0634ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0634ca


Comments

No comments written yet.

Please login to write comment.