Color Hex Logo

#c945ef Color Hex

#C945EF
(201,69,239)
0 Favorites   0 Comments

Color spaces of #c945ef

RGB 20169239
HSL0.800.840.60
HSV287°71°94°
CMYK 0.160.710.00   0.06
XYZ41.795522.905783.8797
Yxy22.90570.28130.1542
Hunter Lab47.859972.1272-70.4103
CIE-Lab54.975174.2919-60.9713

#c945ef color RGB value is (201,69,239).

#c945ef hex color red value is 201, green value is 69 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c945ef hue: 0.80 , saturation: 0.84 and the lightness value of c945ef is 0.60.

The process color (four color CMYK) of #c945ef color hex is 0.16, 0.71, 0.00, 0.06. Web safe color of #c945ef is #cc33ff. Color #c945ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000101 11101111
Octal 311 105 357
Decimal 201 69 239
Hex C9 45 EF

RGB Percentages of Color #c945ef

%39.49
%13.56
%46.95

CMYK Percentages of Color #c945ef

%16
%71
%0
%6

Triadic Colors of #c945ef

#c945ef #efc945 #45efc9

Analogous Colors of #c945ef

#c945ef #ef45c0 #7445ef

Monochromatic Colors of #c945ef

#c945ef

Complementary Color

#c945ef #6bef45

#c945ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c945ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c945ef Color CSS Codes

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

#c945ef Text Font Color

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

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


#c945ef Background Color

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

This div background color is #c945ef


#c945ef Border Color

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

This div border color is #c945ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c945ef


Comments

No comments written yet.

Please login to write comment.