Color Hex Logo

#675dee Color Hex

#675DEE
(103,93,238)
0 Favorites   0 Comments

Color spaces of #675dee

RGB 10393238
HSL0.680.810.65
HSV244°61°93°
CMYK 0.570.610.00   0.07
XYZ24.940516.885382.8336
Yxy16.88530.20010.1355
Hunter Lab41.091736.4295-90.7539
CIE-Lab48.115243.7463-72.0333

#675dee color RGB value is (103,93,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011101 11101110
Octal 147 135 356
Decimal 103 93 238
Hex 67 5D EE

RGB Percentages of Color #675dee

%23.73
%21.43
%54.84

CMYK Percentages of Color #675dee

%57
%61
%0
%7

Triadic Colors of #675dee

#675dee #ee675d #5dee67

Analogous Colors of #675dee

#675dee #b05dee #5d9cee

Monochromatic Colors of #675dee

#675dee

Complementary Color

#675dee #e4ee5d

#675dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#675dee Color CSS Codes

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

#675dee Text Font Color

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

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


#675dee Background Color

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

This div background color is #675dee


#675dee Border Color

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

This div border color is #675dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675dee


Comments

No comments written yet.

Please login to write comment.