Color Hex Logo

#c95ece Color Hex

#C95ECE
(201,94,206)
0 Favorites   0 Comments

Color spaces of #c95ece

RGB 20194206
HSL0.830.530.59
HSV297°54°81°
CMYK 0.020.540.00   0.19
XYZ39.230724.879161.1270
Yxy24.87910.31330.1987
Hunter Lab49.879053.1053-37.7450
CIE-Lab56.957457.8050-39.2001

#c95ece color RGB value is (201,94,206).

#c95ece hex color red value is 201, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c95ece hue: 0.83 , saturation: 0.53 and the lightness value of c95ece is 0.59.

The process color (four color CMYK) of #c95ece color hex is 0.02, 0.54, 0.00, 0.19. Web safe color of #c95ece is #cc66cc. Color #c95ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011110 11001110
Octal 311 136 316
Decimal 201 94 206
Hex C9 5E CE

RGB Percentages of Color #c95ece

%40.12
%18.76
%41.12

CMYK Percentages of Color #c95ece

%2
%54
%0
%19

Triadic Colors of #c95ece

#c95ece #cec95e #5ecec9

Analogous Colors of #c95ece

#c95ece #ce5e9b #915ece

Monochromatic Colors of #c95ece

#c95ece

Complementary Color

#c95ece #63ce5e

#c95ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95ece Color CSS Codes

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

#c95ece Text Font Color

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

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


#c95ece Background Color

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

This div background color is #c95ece


#c95ece Border Color

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

This div border color is #c95ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,94,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95ece;
  -webkit-box-shadow: 1px 1px 3px 2px #c95ece;
  box-shadow:         1px 1px 3px 2px #c95ece; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,94,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95ece


Comments

No comments written yet.

Please login to write comment.