Color Hex Logo

#6334bc Color Hex

#6334BC
(99,52,188)
0 Favorites   0 Comments

Color spaces of #6334bc

RGB 9952188
HSL0.720.570.47
HSV261°72°74°
CMYK 0.470.720.00   0.26
XYZ15.45078.739548.4495
Yxy8.73950.21270.1203
Hunter Lab29.562641.5571-76.4751
CIE-Lab35.477850.9938-63.9337

#6334bc color RGB value is (99,52,188).

#6334bc hex color red value is 99, green value is 52 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6334bc hue: 0.72 , saturation: 0.57 and the lightness value of 6334bc is 0.47.

The process color (four color CMYK) of #6334bc color hex is 0.47, 0.72, 0.00, 0.26. Web safe color of #6334bc is #6633cc. Color #6334bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110100 10111100
Octal 143 64 274
Decimal 99 52 188
Hex 63 34 BC

RGB Percentages of Color #6334bc

%29.20
%15.34
%55.46

CMYK Percentages of Color #6334bc

%47
%72
%0
%26

Triadic Colors of #6334bc

#6334bc #bc6334 #34bc63

Analogous Colors of #6334bc

#6334bc #a734bc #3449bc

Monochromatic Colors of #6334bc

#6334bc

Complementary Color

#6334bc #8dbc34

#6334bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6334bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6334bc Color CSS Codes

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

#6334bc Text Font Color

<p style="color:#6334bc">Text here</p>

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


#6334bc Background Color

<div style="background-color:#6334bc">
Div content here</div>

This div background color is #6334bc


#6334bc Border Color

<div style="border:3px solid #6334bc">
Div here</div>

This div border color is #6334bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,52,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6334bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6334bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6334bc;
  box-shadow:         1px 1px 3px 2px #6334bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6334bc


Comments

No comments written yet.

Please login to write comment.