Color Hex Logo

#675bea Color Hex

#675BEA
(103,91,234)
0 Favorites   0 Comments

Color spaces of #675bea

RGB 10391234
HSL0.680.770.64
HSV245°61°92°
CMYK 0.560.610.00   0.08
XYZ24.185916.306279.7146
Yxy16.30620.20120.1357
Hunter Lab40.380936.2448-88.7757
CIE-Lab47.373743.6810-70.9908

#675bea color RGB value is (103,91,234).

#675bea hex color red value is 103, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #675bea hue: 0.68 , saturation: 0.77 and the lightness value of 675bea is 0.64.

The process color (four color CMYK) of #675bea color hex is 0.56, 0.61, 0.00, 0.08. Web safe color of #675bea is #6666ff. Color #675bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011011 11101010
Octal 147 133 352
Decimal 103 91 234
Hex 67 5B EA

RGB Percentages of Color #675bea

%24.07
%21.26
%54.67

CMYK Percentages of Color #675bea

%56
%61
%0
%8

Triadic Colors of #675bea

#675bea #ea675b #5bea67

Analogous Colors of #675bea

#675bea #af5bea #5b97ea

Monochromatic Colors of #675bea

#675bea

Complementary Color

#675bea #deea5b

#675bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#675bea Color CSS Codes

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

#675bea Text Font Color

<p style="color:#675bea">Text here</p>

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


#675bea Background Color

<div style="background-color:#675bea">
Div content here</div>

This div background color is #675bea


#675bea Border Color

<div style="border:3px solid #675bea">
Div here</div>

This div border color is #675bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,91,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675bea;
  -webkit-box-shadow: 1px 1px 3px 2px #675bea;
  box-shadow:         1px 1px 3px 2px #675bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,91,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675bea


Comments

No comments written yet.

Please login to write comment.