Color Hex Logo

#c488c3 Color Hex

#C488C3
(196,136,195)
0 Favorites   0 Comments

Color spaces of #c488c3

RGB 196136195
HSL0.840.340.65
HSV301°31°77°
CMYK 0.000.310.01   0.23
XYZ41.419433.284255.8712
Yxy33.28420.31720.2549
Hunter Lab57.692527.1895-17.0336
CIE-Lab64.390432.5648-21.5136

#c488c3 color RGB value is (196,136,195).

#c488c3 hex color red value is 196, green value is 136 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c488c3 hue: 0.84 , saturation: 0.34 and the lightness value of c488c3 is 0.65.

The process color (four color CMYK) of #c488c3 color hex is 0.00, 0.31, 0.01, 0.23. Web safe color of #c488c3 is #cc99cc. Color #c488c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 11000011
Octal 304 210 303
Decimal 196 136 195
Hex C4 88 C3

RGB Percentages of Color #c488c3

%37.19
%25.81
%37.00

CMYK Percentages of Color #c488c3

%0
%31
%1
%23

Triadic Colors of #c488c3

#c488c3 #c3c488 #88c3c4

Analogous Colors of #c488c3

#c488c3 #c488a5 #a788c4

Monochromatic Colors of #c488c3

#c488c3

Complementary Color

#c488c3 #88c489

#c488c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c488c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c488c3 Color CSS Codes

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

#c488c3 Text Font Color

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

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


#c488c3 Background Color

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

This div background color is #c488c3


#c488c3 Border Color

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

This div border color is #c488c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,136,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c488c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c488c3;
  -webkit-box-shadow: 1px 1px 3px 2px #c488c3;
  box-shadow:         1px 1px 3px 2px #c488c3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,136,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c488c3


Comments

No comments written yet.

Please login to write comment.