Color Hex Logo

#c895fc Color Hex

#C895FC
(200,149,252)
0 Favorites   0 Comments

Color spaces of #c895fc

RGB 200149252
HSL0.750.940.79
HSV270°41°99°
CMYK 0.210.410.00   0.01
XYZ52.137640.802597.2232
Yxy40.80250.27420.2146
Hunter Lab63.876833.9109-45.5281
CIE-Lab70.037338.4486-44.2496

#c895fc color RGB value is (200,149,252).

#c895fc hex color red value is 200, green value is 149 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c895fc hue: 0.75 , saturation: 0.94 and the lightness value of c895fc is 0.79.

The process color (four color CMYK) of #c895fc color hex is 0.21, 0.41, 0.00, 0.01. Web safe color of #c895fc is #cc99ff. Color #c895fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 11111100
Octal 310 225 374
Decimal 200 149 252
Hex C8 95 FC

RGB Percentages of Color #c895fc

%33.28
%24.79
%41.93

CMYK Percentages of Color #c895fc

%21
%41
%0
%1

Triadic Colors of #c895fc

#c895fc #fcc895 #95fcc8

Analogous Colors of #c895fc

#c895fc #fc95fc #9596fc

Monochromatic Colors of #c895fc

#c895fc

Complementary Color

#c895fc #c9fc95

#c895fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c895fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c895fc Color CSS Codes

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

#c895fc Text Font Color

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

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


#c895fc Background Color

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

This div background color is #c895fc


#c895fc Border Color

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

This div border color is #c895fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,149,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c895fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c895fc;
  -webkit-box-shadow: 1px 1px 3px 2px #c895fc;
  box-shadow:         1px 1px 3px 2px #c895fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,149,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c895fc


Comments

No comments written yet.

Please login to write comment.