color codes Logo

#c93fdd color codes

#C93FDD
(201,63,221)
0 Favorites   0 Comments

Color spaces of #c93fdd

RGB 20163221
HSL0.810.700.56
HSV292°71°87°
CMYK 0.090.710.00   0.13
XYZ38.916021.193070.4462
Yxy21.19300.29810.1623
Hunter Lab46.035970.3306-58.5032
CIE-Lab53.160173.1748-53.7385

#c93fdd color RGB value is (201,63,221).

#c93fdd hex color red value is 201, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c93fdd hue: 0.81 , saturation: 0.70 and the lightness value of c93fdd is 0.56.

The process color (four color CMYK) of #c93fdd color code is 0.09, 0.71, 0.00, 0.13. Web safe color of #c93fdd is #cc33cc. Color #c93fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111111 11011101
Octal 311 77 335
Decimal 201 63 221
Hex C9 3F DD

RGB Percentages of Color #c93fdd

%41.44
%12.99
%45.57

CMYK Percentages of Color #c93fdd

%9
%71
%0
%13

Triadic Colors of #c93fdd

#c93fdd #ddc93f #3fddc9

Analogous Colors of #c93fdd

#c93fdd #dd3fa2 #7a3fdd

Monochromatic Colors of #c93fdd

#c93fdd

Complementary Color

#c93fdd #53dd3f

#c93fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93fdd Color CSS Codes

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

#c93fdd Text Font Color

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

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


#c93fdd Background Color

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

This div background color is #c93fdd


#c93fdd Border Color

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

This div border color is #c93fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93fdd


Comments

No comments written yet.

Please login to write comment.