Color Hex Logo

#6734cc Color Hex

#6734CC
(103,52,204)
0 Favorites   0 Comments

Color spaces of #6734cc

RGB 10352204
HSL0.720.600.50
HSV260°75°80°
CMYK 0.500.750.00   0.20
XYZ17.72069.699258.0649
Yxy9.69920.20730.1135
Hunter Lab31.143547.0649-88.7415
CIE-Lab37.297155.9097-70.2949

#6734cc color RGB value is (103,52,204).

#6734cc hex color red value is 103, green value is 52 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6734cc hue: 0.72 , saturation: 0.60 and the lightness value of 6734cc is 0.50.

The process color (four color CMYK) of #6734cc color hex is 0.50, 0.75, 0.00, 0.20. Web safe color of #6734cc is #6633cc. Color #6734cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110100 11001100
Octal 147 64 314
Decimal 103 52 204
Hex 67 34 CC

RGB Percentages of Color #6734cc

%28.69
%14.48
%56.82

CMYK Percentages of Color #6734cc

%50
%75
%0
%20

Triadic Colors of #6734cc

#6734cc #cc6734 #34cc67

Analogous Colors of #6734cc

#6734cc #b334cc #344dcc

Monochromatic Colors of #6734cc

#6734cc

Complementary Color

#6734cc #99cc34

#6734cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6734cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6734cc Color CSS Codes

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

#6734cc Text Font Color

<p style="color:#6734cc">Text here</p>

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


#6734cc Background Color

<div style="background-color:#6734cc">
Div content here</div>

This div background color is #6734cc


#6734cc Border Color

<div style="border:3px solid #6734cc">
Div here</div>

This div border color is #6734cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,52,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6734cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6734cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6734cc;
  box-shadow:         1px 1px 3px 2px #6734cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,52,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6734cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6734cc


Comments

No comments written yet.

Please login to write comment.