Color Hex Logo

#6b3dca Color Hex

#6B3DCA
(107,61,202)
0 Favorites   0 Comments

Color spaces of #6b3dca

RGB 10761202
HSL0.720.570.52
HSV260°70°79°
CMYK 0.470.700.00   0.21
XYZ18.392810.727656.9783
Yxy10.72760.21360.1246
Hunter Lab32.753042.9208-80.2159
CIE-Lab39.117851.6286-66.1376

#6b3dca color RGB value is (107,61,202).

#6b3dca hex color red value is 107, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6b3dca hue: 0.72 , saturation: 0.57 and the lightness value of 6b3dca is 0.52.

The process color (four color CMYK) of #6b3dca color hex is 0.47, 0.70, 0.00, 0.21. Web safe color of #6b3dca is #6633cc. Color #6b3dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00111101 11001010
Octal 153 75 312
Decimal 107 61 202
Hex 6B 3D CA

RGB Percentages of Color #6b3dca

%28.92
%16.49
%54.59

CMYK Percentages of Color #6b3dca

%47
%70
%0
%21

Triadic Colors of #6b3dca

#6b3dca #ca6b3d #3dca6b

Analogous Colors of #6b3dca

#6b3dca #b23dca #3d55ca

Monochromatic Colors of #6b3dca

#6b3dca

Complementary Color

#6b3dca #9cca3d

#6b3dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3dca Color CSS Codes

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

#6b3dca Text Font Color

<p style="color:#6b3dca">Text here</p>

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


#6b3dca Background Color

<div style="background-color:#6b3dca">
Div content here</div>

This div background color is #6b3dca


#6b3dca Border Color

<div style="border:3px solid #6b3dca">
Div here</div>

This div border color is #6b3dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,61,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b3dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b3dca;
  -webkit-box-shadow: 1px 1px 3px 2px #6b3dca;
  box-shadow:         1px 1px 3px 2px #6b3dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,61,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 #6b3dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3dca


Comments

No comments written yet.

Please login to write comment.