Color Hex Logo

#6823d5 Color Hex

#6823D5
(104,35,213)
0 Favorites   0 Comments

Color spaces of #6823d5

RGB 10435213
HSL0.730.720.49
HSV263°84°84°
CMYK 0.510.840.00   0.16
XYZ18.32028.949263.7126
Yxy8.94920.20140.0984
Hunter Lab29.915256.9625-105.3336
CIE-Lab35.886365.1766-77.8238

#6823d5 color RGB value is (104,35,213).

#6823d5 hex color red value is 104, green value is 35 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #6823d5 hue: 0.73 , saturation: 0.72 and the lightness value of 6823d5 is 0.49.

The process color (four color CMYK) of #6823d5 color hex is 0.51, 0.84, 0.00, 0.16. Web safe color of #6823d5 is #6633cc. Color #6823d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 11010101
Octal 150 43 325
Decimal 104 35 213
Hex 68 23 D5

RGB Percentages of Color #6823d5

%29.55
%9.94
%60.51

CMYK Percentages of Color #6823d5

%51
%84
%0
%16

Triadic Colors of #6823d5

#6823d5 #d56823 #23d568

Analogous Colors of #6823d5

#6823d5 #c123d5 #2337d5

Monochromatic Colors of #6823d5

#6823d5

Complementary Color

#6823d5 #90d523

#6823d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6823d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6823d5 Color CSS Codes

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

#6823d5 Text Font Color

<p style="color:#6823d5">Text here</p>

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


#6823d5 Background Color

<div style="background-color:#6823d5">
Div content here</div>

This div background color is #6823d5


#6823d5 Border Color

<div style="border:3px solid #6823d5">
Div here</div>

This div border color is #6823d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,35,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6823d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6823d5;
  -webkit-box-shadow: 1px 1px 3px 2px #6823d5;
  box-shadow:         1px 1px 3px 2px #6823d5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6823d5


Comments

No comments written yet.

Please login to write comment.