Color Hex Logo

#6833ca Color Hex

#6833CA
(104,51,202)
0 Favorites   0 Comments

Color spaces of #6833ca

RGB 10451202
HSL0.730.600.50
HSV261°75°79°
CMYK 0.490.750.00   0.21
XYZ17.55349.575056.8001
Yxy9.57500.20910.1141
Hunter Lab30.943547.1071-87.1727
CIE-Lab37.068655.9933-69.5026

#6833ca color RGB value is (104,51,202).

#6833ca hex color red value is 104, green value is 51 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6833ca hue: 0.73 , saturation: 0.60 and the lightness value of 6833ca is 0.50.

The process color (four color CMYK) of #6833ca color hex is 0.49, 0.75, 0.00, 0.21. Web safe color of #6833ca is #6633cc. Color #6833ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 11001010
Octal 150 63 312
Decimal 104 51 202
Hex 68 33 CA

RGB Percentages of Color #6833ca

%29.13
%14.29
%56.58

CMYK Percentages of Color #6833ca

%49
%75
%0
%21

Triadic Colors of #6833ca

#6833ca #ca6833 #33ca68

Analogous Colors of #6833ca

#6833ca #b433ca #334aca

Monochromatic Colors of #6833ca

#6833ca

Complementary Color

#6833ca #95ca33

#6833ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6833ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6833ca Color CSS Codes

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

#6833ca Text Font Color

<p style="color:#6833ca">Text here</p>

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


#6833ca Background Color

<div style="background-color:#6833ca">
Div content here</div>

This div background color is #6833ca


#6833ca Border Color

<div style="border:3px solid #6833ca">
Div here</div>

This div border color is #6833ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,51,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6833ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6833ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6833ca;
  box-shadow:         1px 1px 3px 2px #6833ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,51,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 #6833ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6833ca


Comments

No comments written yet.

Please login to write comment.