Color Hex Logo

#c664d5 Color Hex

#C664D5
(198,100,213)
0 Favorites   0 Comments

Color spaces of #c664d5

RGB 198100213
HSL0.810.570.61
HSV292°53°84°
CMYK 0.070.530.00   0.16
XYZ39.856125.924265.8540
Yxy25.92420.30280.1969
Hunter Lab50.915850.6243-41.0440
CIE-Lab57.965055.4297-41.6106

#c664d5 color RGB value is (198,100,213).

#c664d5 hex color red value is 198, green value is 100 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #c664d5 hue: 0.81 , saturation: 0.57 and the lightness value of c664d5 is 0.61.

The process color (four color CMYK) of #c664d5 color hex is 0.07, 0.53, 0.00, 0.16. Web safe color of #c664d5 is #cc66cc. Color #c664d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 11010101
Octal 306 144 325
Decimal 198 100 213
Hex C6 64 D5

RGB Percentages of Color #c664d5

%38.75
%19.57
%41.68

CMYK Percentages of Color #c664d5

%7
%53
%0
%16

Triadic Colors of #c664d5

#c664d5 #d5c664 #64d5c6

Analogous Colors of #c664d5

#c664d5 #d564ac #8e64d5

Monochromatic Colors of #c664d5

#c664d5

Complementary Color

#c664d5 #73d564

#c664d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c664d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c664d5 Color CSS Codes

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

#c664d5 Text Font Color

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

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


#c664d5 Background Color

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

This div background color is #c664d5


#c664d5 Border Color

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

This div border color is #c664d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c664d5


Comments

No comments written yet.

Please login to write comment.