Color Hex Logo

#655fcc Color Hex

#655FCC
(101,95,204)
0 Favorites   0 Comments

Color spaces of #655fcc

RGB 10195204
HSL0.680.520.59
HSV243°53°80°
CMYK 0.500.530.00   0.20
XYZ20.358115.310859.0090
Yxy15.31080.21500.1617
Hunter Lab39.129024.3944-62.0227
CIE-Lab46.057031.6726-56.0659

#655fcc color RGB value is (101,95,204).

#655fcc hex color red value is 101, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #655fcc hue: 0.68 , saturation: 0.52 and the lightness value of 655fcc is 0.59.

The process color (four color CMYK) of #655fcc color hex is 0.50, 0.53, 0.00, 0.20. Web safe color of #655fcc is #6666cc. Color #655fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011111 11001100
Octal 145 137 314
Decimal 101 95 204
Hex 65 5F CC

RGB Percentages of Color #655fcc

%25.25
%23.75
%51.00

CMYK Percentages of Color #655fcc

%50
%53
%0
%20

Triadic Colors of #655fcc

#655fcc #cc655f #5fcc65

Analogous Colors of #655fcc

#655fcc #9c5fcc #5f90cc

Monochromatic Colors of #655fcc

#655fcc

Complementary Color

#655fcc #c6cc5f

#655fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#655fcc Color CSS Codes

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

#655fcc Text Font Color

<p style="color:#655fcc">Text here</p>

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


#655fcc Background Color

<div style="background-color:#655fcc">
Div content here</div>

This div background color is #655fcc


#655fcc Border Color

<div style="border:3px solid #655fcc">
Div here</div>

This div border color is #655fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,95,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #655fcc;
  box-shadow:         1px 1px 3px 2px #655fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,95,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655fcc


Comments

No comments written yet.

Please login to write comment.