Color Hex Logo

#c183fa Color Hex

#C183FA
(193,131,250)
0 Favorites   0 Comments

Color spaces of #c183fa

RGB 193131250
HSL0.750.920.75
HSV271°48°98°
CMYK 0.230.480.00   0.02
XYZ47.363934.472294.5999
Yxy34.47220.26840.1954
Hunter Lab58.713041.2484-54.4304
CIE-Lab65.335745.8208-50.6079

#c183fa color RGB value is (193,131,250).

#c183fa hex color red value is 193, green value is 131 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c183fa hue: 0.75 , saturation: 0.92 and the lightness value of c183fa is 0.75.

The process color (four color CMYK) of #c183fa color hex is 0.23, 0.48, 0.00, 0.02. Web safe color of #c183fa is #cc99ff. Color #c183fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000011 11111010
Octal 301 203 372
Decimal 193 131 250
Hex C1 83 FA

RGB Percentages of Color #c183fa

%33.62
%22.82
%43.55

CMYK Percentages of Color #c183fa

%23
%48
%0
%2

Triadic Colors of #c183fa

#c183fa #fac183 #83fac1

Analogous Colors of #c183fa

#c183fa #fa83f8 #8683fa

Monochromatic Colors of #c183fa

#c183fa

Complementary Color

#c183fa #bcfa83

#c183fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c183fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c183fa Color CSS Codes

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

#c183fa Text Font Color

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

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


#c183fa Background Color

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

This div background color is #c183fa


#c183fa Border Color

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

This div border color is #c183fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,131,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c183fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c183fa;
  -webkit-box-shadow: 1px 1px 3px 2px #c183fa;
  box-shadow:         1px 1px 3px 2px #c183fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,131,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c183fa


Comments

No comments written yet.

Please login to write comment.