Color Hex Logo

#c923ef Color Hex

#C923EF
(201,35,239)
0 Favorites   0 Comments

Color spaces of #c923ef

RGB 20135239
HSL0.800.860.54
HSV289°85°94°
CMYK 0.160.850.00   0.06
XYZ40.268419.851683.3707
Yxy19.85160.28060.1383
Hunter Lab44.555183.3547-79.7537
CIE-Lab51.669083.8538-66.2998

#c923ef color RGB value is (201,35,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100011 11101111
Octal 311 43 357
Decimal 201 35 239
Hex C9 23 EF

RGB Percentages of Color #c923ef

%42.32
%7.37
%50.32

CMYK Percentages of Color #c923ef

%16
%85
%0
%6

Triadic Colors of #c923ef

#c923ef #efc923 #23efc9

Analogous Colors of #c923ef

#c923ef #ef23af #6323ef

Monochromatic Colors of #c923ef

#c923ef

Complementary Color

#c923ef #49ef23

#c923ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c923ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c923ef Color CSS Codes

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

#c923ef Text Font Color

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

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


#c923ef Background Color

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

This div background color is #c923ef


#c923ef Border Color

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

This div border color is #c923ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c923ef


Comments

No comments written yet.

Please login to write comment.