Color Hex Logo

#c674cd Color Hex

#C674CD
(198,116,205)
0 Favorites   0 Comments

Color spaces of #c674cd

RGB 198116205
HSL0.820.470.63
HSV295°43°80°
CMYK 0.030.430.00   0.20
XYZ40.553528.904361.1993
Yxy28.90430.31040.2212
Hunter Lab53.762740.5587-29.8572
CIE-Lab60.697145.8239-32.8174

#c674cd color RGB value is (198,116,205).

#c674cd hex color red value is 198, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c674cd hue: 0.82 , saturation: 0.47 and the lightness value of c674cd is 0.63.

The process color (four color CMYK) of #c674cd color hex is 0.03, 0.43, 0.00, 0.20. Web safe color of #c674cd is #cc66cc. Color #c674cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 11001101
Octal 306 164 315
Decimal 198 116 205
Hex C6 74 CD

RGB Percentages of Color #c674cd

%38.15
%22.35
%39.50

CMYK Percentages of Color #c674cd

%3
%43
%0
%20

Triadic Colors of #c674cd

#c674cd #cdc674 #74cdc6

Analogous Colors of #c674cd

#c674cd #cd74a8 #9a74cd

Monochromatic Colors of #c674cd

#c674cd

Complementary Color

#c674cd #7bcd74

#c674cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c674cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c674cd Color CSS Codes

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

#c674cd Text Font Color

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

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


#c674cd Background Color

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

This div background color is #c674cd


#c674cd Border Color

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

This div border color is #c674cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c674cd


Comments

No comments written yet.

Please login to write comment.