Color Hex Logo

#6d30ca Color Hex

#6D30CA
(109,48,202)
0 Favorites   0 Comments

Color spaces of #6d30ca

RGB 10948202
HSL0.730.620.49
HSV264°76°79°
CMYK 0.460.760.00   0.21
XYZ18.02439.629456.7858
Yxy9.62940.21350.1140
Hunter Lab31.031349.3758-86.7761
CIE-Lab37.168958.0847-69.3161

#6d30ca color RGB value is (109,48,202).

#6d30ca hex color red value is 109, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6d30ca hue: 0.73 , saturation: 0.62 and the lightness value of 6d30ca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00110000 11001010
Octal 155 60 312
Decimal 109 48 202
Hex 6D 30 CA

RGB Percentages of Color #6d30ca

%30.36
%13.37
%56.27

CMYK Percentages of Color #6d30ca

%46
%76
%0
%21

Triadic Colors of #6d30ca

#6d30ca #ca6d30 #30ca6d

Analogous Colors of #6d30ca

#6d30ca #ba30ca #3040ca

Monochromatic Colors of #6d30ca

#6d30ca

Complementary Color

#6d30ca #8dca30

#6d30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d30ca Color CSS Codes

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

#6d30ca Text Font Color

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

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


#6d30ca Background Color

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

This div background color is #6d30ca


#6d30ca Border Color

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

This div border color is #6d30ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d30ca


Comments

No comments written yet.

Please login to write comment.