Color Hex Logo

#675dda Color Hex

#675DDA
(103,93,218)
0 Favorites   0 Comments

Color spaces of #675dda

RGB 10393218
HSL0.680.630.61
HSV245°57°85°
CMYK 0.530.570.00   0.15
XYZ22.162815.774268.2063
Yxy15.77420.20880.1486
Hunter Lab39.716730.1025-74.0181
CIE-Lab46.676837.5917-63.0633

#675dda color RGB value is (103,93,218).

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

The process color (four color CMYK) of #675dda color hex is 0.53, 0.57, 0.00, 0.15. Web safe color of #675dda is #6666cc. Color #675dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011101 11011010
Octal 147 135 332
Decimal 103 93 218
Hex 67 5D DA

RGB Percentages of Color #675dda

%24.88
%22.46
%52.66

CMYK Percentages of Color #675dda

%53
%57
%0
%15

Triadic Colors of #675dda

#675dda #da675d #5dda67

Analogous Colors of #675dda

#675dda #a65dda #5d92da

Monochromatic Colors of #675dda

#675dda

Complementary Color

#675dda #d0da5d

#675dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#675dda Color CSS Codes

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

#675dda Text Font Color

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

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


#675dda Background Color

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

This div background color is #675dda


#675dda Border Color

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

This div border color is #675dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,93,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 #675dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675dda


Comments

No comments written yet.

Please login to write comment.