Color Hex Logo

#6948da Color Hex

#6948DA
(105,72,218)
0 Favorites   0 Comments

Color spaces of #6948da

RGB 10572218
HSL0.700.660.57
HSV254°67°85°
CMYK 0.520.670.00   0.15
XYZ20.798012.699967.6848
Yxy12.69990.20550.1255
Hunter Lab35.636941.8095-87.6630
CIE-Lab42.307549.9734-70.1593

#6948da color RGB value is (105,72,218).

#6948da hex color red value is 105, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6948da hue: 0.70 , saturation: 0.66 and the lightness value of 6948da is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001000 11011010
Octal 151 110 332
Decimal 105 72 218
Hex 69 48 DA

RGB Percentages of Color #6948da

%26.58
%18.23
%55.19

CMYK Percentages of Color #6948da

%52
%67
%0
%15

Triadic Colors of #6948da

#6948da #da6948 #48da69

Analogous Colors of #6948da

#6948da #b248da #4870da

Monochromatic Colors of #6948da

#6948da

Complementary Color

#6948da #b9da48

#6948da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6948da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6948da Color CSS Codes

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

#6948da Text Font Color

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

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


#6948da Background Color

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

This div background color is #6948da


#6948da Border Color

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

This div border color is #6948da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,72,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 #6948da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6948da


Comments

No comments written yet.

Please login to write comment.