Color Hex Logo

#6734ce Color Hex

#6734CE
(103,52,206)
0 Favorites   0 Comments

Color spaces of #6734ce

RGB 10352206
HSL0.720.610.51
HSV260°75°81°
CMYK 0.500.750.00   0.19
XYZ17.96219.795859.3366
Yxy9.79580.20620.1125
Hunter Lab31.298247.6694-90.4958
CIE-Lab37.473456.4413-71.1664

#6734ce color RGB value is (103,52,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110100 11001110
Octal 147 64 316
Decimal 103 52 206
Hex 67 34 CE

RGB Percentages of Color #6734ce

%28.53
%14.40
%57.06

CMYK Percentages of Color #6734ce

%50
%75
%0
%19

Triadic Colors of #6734ce

#6734ce #ce6734 #34ce67

Analogous Colors of #6734ce

#6734ce #b434ce #344ece

Monochromatic Colors of #6734ce

#6734ce

Complementary Color

#6734ce #9bce34

#6734ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6734ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6734ce Color CSS Codes

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

#6734ce Text Font Color

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

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


#6734ce Background Color

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

This div background color is #6734ce


#6734ce Border Color

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

This div border color is #6734ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6734ce


Comments

No comments written yet.

Please login to write comment.