Color Hex Logo

#6434ca Color Hex

#6434CA
(100,52,202)
0 Favorites   0 Comments

Color spaces of #6434ca

RGB 10052202
HSL0.720.590.50
HSV259°74°79°
CMYK 0.500.740.00   0.21
XYZ17.14429.429656.7936
Yxy9.42960.20560.1131
Hunter Lab30.707745.9188-88.1611
CIE-Lab36.798654.9271-69.9620

#6434ca color RGB value is (100,52,202).

#6434ca hex color red value is 100, green value is 52 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6434ca hue: 0.72 , saturation: 0.59 and the lightness value of 6434ca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110100 11001010
Octal 144 64 312
Decimal 100 52 202
Hex 64 34 CA

RGB Percentages of Color #6434ca

%28.25
%14.69
%57.06

CMYK Percentages of Color #6434ca

%50
%74
%0
%21

Triadic Colors of #6434ca

#6434ca #ca6434 #34ca64

Analogous Colors of #6434ca

#6434ca #af34ca #344fca

Monochromatic Colors of #6434ca

#6434ca

Complementary Color

#6434ca #9aca34

#6434ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6434ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6434ca Color CSS Codes

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

#6434ca Text Font Color

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

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


#6434ca Background Color

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

This div background color is #6434ca


#6434ca Border Color

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

This div border color is #6434ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6434ca


Comments

No comments written yet.

Please login to write comment.