Color Hex Logo

#675cef Color Hex

#675CEF
(103,92,239)
0 Favorites   0 Comments

Color spaces of #675cef

RGB 10392239
HSL0.680.820.65
HSV244°62°94°
CMYK 0.570.620.00   0.06
XYZ25.000716.769983.5806
Yxy16.76990.19940.1338
Hunter Lab40.951137.3102-92.3444
CIE-Lab47.968844.6346-72.8329

#675cef color RGB value is (103,92,239).

#675cef hex color red value is 103, green value is 92 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #675cef hue: 0.68 , saturation: 0.82 and the lightness value of 675cef is 0.65.

The process color (four color CMYK) of #675cef color hex is 0.57, 0.62, 0.00, 0.06. Web safe color of #675cef is #6666ff. Color #675cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011100 11101111
Octal 147 134 357
Decimal 103 92 239
Hex 67 5C EF

RGB Percentages of Color #675cef

%23.73
%21.20
%55.07

CMYK Percentages of Color #675cef

%57
%62
%0
%6

Triadic Colors of #675cef

#675cef #ef675c #5cef67

Analogous Colors of #675cef

#675cef #b15cef #5c9bef

Monochromatic Colors of #675cef

#675cef

Complementary Color

#675cef #e4ef5c

#675cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#675cef Color CSS Codes

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

#675cef Text Font Color

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

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


#675cef Background Color

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

This div background color is #675cef


#675cef Border Color

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

This div border color is #675cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675cef


Comments

No comments written yet.

Please login to write comment.