Color Hex Logo

#6825da Color Hex

#6825DA
(104,37,218)
0 Favorites   0 Comments

Color spaces of #6825da

RGB 10437218
HSL0.730.710.50
HSV262°83°85°
CMYK 0.520.830.00   0.15
XYZ19.02549.328167.1274
Yxy9.32810.19930.0977
Hunter Lab30.541957.7441-108.9327
CIE-Lab36.608565.7231-79.5155

#6825da color RGB value is (104,37,218).

#6825da hex color red value is 104, green value is 37 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6825da hue: 0.73 , saturation: 0.71 and the lightness value of 6825da is 0.50.

The process color (four color CMYK) of #6825da color hex is 0.52, 0.83, 0.00, 0.15. Web safe color of #6825da is #6633cc. Color #6825da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100101 11011010
Octal 150 45 332
Decimal 104 37 218
Hex 68 25 DA

RGB Percentages of Color #6825da

%28.97
%10.31
%60.72

CMYK Percentages of Color #6825da

%52
%83
%0
%15

Triadic Colors of #6825da

#6825da #da6825 #25da68

Analogous Colors of #6825da

#6825da #c325da #253dda

Monochromatic Colors of #6825da

#6825da

Complementary Color

#6825da #97da25

#6825da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6825da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6825da Color CSS Codes

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

#6825da Text Font Color

<p style="color:#6825da">Text here</p>

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


#6825da Background Color

<div style="background-color:#6825da">
Div content here</div>

This div background color is #6825da


#6825da Border Color

<div style="border:3px solid #6825da">
Div here</div>

This div border color is #6825da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,37,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6825da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6825da;
  -webkit-box-shadow: 1px 1px 3px 2px #6825da;
  box-shadow:         1px 1px 3px 2px #6825da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,37,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6825da


Comments

No comments written yet.

Please login to write comment.