Color Hex Logo

#c674bd Color Hex

#C674BD
(198,116,189)
0 Favorites   0 Comments

Color spaces of #c674bd

RGB 198116189
HSL0.850.420.62
HSV307°41°78°
CMYK 0.000.410.05   0.22
XYZ38.719428.170751.5409
Yxy28.17070.32690.2379
Hunter Lab53.076137.3340-20.4218
CIE-Lab60.042642.8823-24.7613

#c674bd color RGB value is (198,116,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 10111101
Octal 306 164 275
Decimal 198 116 189
Hex C6 74 BD

RGB Percentages of Color #c674bd

%39.36
%23.06
%37.57

CMYK Percentages of Color #c674bd

%0
%41
%5
%22

Triadic Colors of #c674bd

#c674bd #bdc674 #74bdc6

Analogous Colors of #c674bd

#c674bd #c67494 #a674c6

Monochromatic Colors of #c674bd

#c674bd

Complementary Color

#c674bd #74c67d

#c674bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c674bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c674bd Color CSS Codes

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

#c674bd Text Font Color

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

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


#c674bd Background Color

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

This div background color is #c674bd


#c674bd Border Color

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

This div border color is #c674bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c674bd


Comments

No comments written yet.

Please login to write comment.