Color Hex Logo

#c948ef Color Hex

#C948EF
(201,72,239)
0 Favorites   0 Comments

Color spaces of #c948ef

RGB 20172239
HSL0.800.840.61
HSV286°70°94°
CMYK 0.160.700.00   0.06
XYZ41.984723.284283.9428
Yxy23.28420.28140.1560
Hunter Lab48.253770.8657-69.3641
CIE-Lab55.363973.1889-60.3469

#c948ef color RGB value is (201,72,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 11101111
Octal 311 110 357
Decimal 201 72 239
Hex C9 48 EF

RGB Percentages of Color #c948ef

%39.26
%14.06
%46.68

CMYK Percentages of Color #c948ef

%16
%70
%0
%6

Triadic Colors of #c948ef

#c948ef #efc948 #48efc9

Analogous Colors of #c948ef

#c948ef #ef48c2 #7648ef

Monochromatic Colors of #c948ef

#c948ef

Complementary Color

#c948ef #6eef48

#c948ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c948ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c948ef Color CSS Codes

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

#c948ef Text Font Color

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

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


#c948ef Background Color

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

This div background color is #c948ef


#c948ef Border Color

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

This div border color is #c948ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,72,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 #c948ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c948ef


Comments

No comments written yet.

Please login to write comment.