Color Hex Logo

#6143bc Color Hex

#6143BC
(97,67,188)
0 Favorites   0 Comments

Color spaces of #6143bc

RGB 9767188
HSL0.710.470.50
HSV255°64°74°
CMYK 0.480.640.00   0.26
XYZ16.014010.186548.6991
Yxy10.18650.21380.1360
Hunter Lab31.916333.7088-68.1255
CIE-Lab38.175142.6444-59.5450

#6143bc color RGB value is (97,67,188).

#6143bc hex color red value is 97, green value is 67 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6143bc hue: 0.71 , saturation: 0.47 and the lightness value of 6143bc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000011 10111100
Octal 141 103 274
Decimal 97 67 188
Hex 61 43 BC

RGB Percentages of Color #6143bc

%27.56
%19.03
%53.41

CMYK Percentages of Color #6143bc

%48
%64
%0
%26

Triadic Colors of #6143bc

#6143bc #bc6143 #43bc61

Analogous Colors of #6143bc

#6143bc #9e43bc #4362bc

Monochromatic Colors of #6143bc

#6143bc

Complementary Color

#6143bc #9ebc43

#6143bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6143bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6143bc Color CSS Codes

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

#6143bc Text Font Color

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

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


#6143bc Background Color

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

This div background color is #6143bc


#6143bc Border Color

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

This div border color is #6143bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,67,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 #6143bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6143bc


Comments

No comments written yet.

Please login to write comment.