Color Hex Logo

#c193ef Color Hex

#C193EF
(193,147,239)
0 Favorites   0 Comments

Color spaces of #c193ef

RGB 193147239
HSL0.750.740.76
HSV270°38°94°
CMYK 0.190.380.00   0.06
XYZ48.006038.436986.5502
Yxy38.43690.27750.2222
Hunter Lab61.997529.7208-39.3722
CIE-Lab68.341434.6483-39.8513

#c193ef color RGB value is (193,147,239).

#c193ef hex color red value is 193, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c193ef hue: 0.75 , saturation: 0.74 and the lightness value of c193ef is 0.76.

The process color (four color CMYK) of #c193ef color hex is 0.19, 0.38, 0.00, 0.06. Web safe color of #c193ef is #cc99ff. Color #c193ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 11101111
Octal 301 223 357
Decimal 193 147 239
Hex C1 93 EF

RGB Percentages of Color #c193ef

%33.33
%25.39
%41.28

CMYK Percentages of Color #c193ef

%19
%38
%0
%6

Triadic Colors of #c193ef

#c193ef #efc193 #93efc1

Analogous Colors of #c193ef

#c193ef #ef93ef #9393ef

Monochromatic Colors of #c193ef

#c193ef

Complementary Color

#c193ef #c1ef93

#c193ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193ef Color CSS Codes

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

#c193ef Text Font Color

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

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


#c193ef Background Color

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

This div background color is #c193ef


#c193ef Border Color

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

This div border color is #c193ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193ef


Comments

No comments written yet.

Please login to write comment.