Color Hex Logo

#c675bb Color Hex

#C675BB
(198,117,187)
0 Favorites   0 Comments

Color spaces of #c675bb

RGB 198117187
HSL0.860.420.62
HSV308°41°78°
CMYK 0.000.410.06   0.22
XYZ38.619628.316250.4438
Yxy28.31620.32900.2412
Hunter Lab53.213036.4246-18.9555
CIE-Lab60.173342.0003-23.4221

#c675bb color RGB value is (198,117,187).

#c675bb hex color red value is 198, green value is 117 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c675bb hue: 0.86 , saturation: 0.42 and the lightness value of c675bb is 0.62.

The process color (four color CMYK) of #c675bb color hex is 0.00, 0.41, 0.06, 0.22. Web safe color of #c675bb is #cc66cc. Color #c675bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 10111011
Octal 306 165 273
Decimal 198 117 187
Hex C6 75 BB

RGB Percentages of Color #c675bb

%39.44
%23.31
%37.25

CMYK Percentages of Color #c675bb

%0
%41
%6
%22

Triadic Colors of #c675bb

#c675bb #bbc675 #75bbc6

Analogous Colors of #c675bb

#c675bb #c67593 #a975c6

Monochromatic Colors of #c675bb

#c675bb

Complementary Color

#c675bb #75c680

#c675bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c675bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c675bb Color CSS Codes

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

#c675bb Text Font Color

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

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


#c675bb Background Color

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

This div background color is #c675bb


#c675bb Border Color

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

This div border color is #c675bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,117,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c675bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c675bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c675bb;
  box-shadow:         1px 1px 3px 2px #c675bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,117,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c675bb


Comments

No comments written yet.

Please login to write comment.