Color Hex Logo

#c107be Color Hex

#C107BE
(193,7,190)
0 Favorites   0 Comments

Color spaces of #c107be

RGB 1937190
HSL0.840.930.39
HSV301°96°76°
CMYK 0.000.960.02   0.24
XYZ31.362615.207149.9975
Yxy15.20710.32480.1575
Hunter Lab38.996375.3144-48.7189
CIE-Lab45.916678.6288-47.5450

#c107be color RGB value is (193,7,190).

#c107be hex color red value is 193, green value is 7 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c107be hue: 0.84 , saturation: 0.93 and the lightness value of c107be is 0.39.

The process color (four color CMYK) of #c107be color hex is 0.00, 0.96, 0.02, 0.24. Web safe color of #c107be is #cc00cc. Color #c107be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000111 10111110
Octal 301 7 276
Decimal 193 7 190
Hex C1 7 BE

RGB Percentages of Color #c107be

%49.49
%1.79
%48.72

CMYK Percentages of Color #c107be

%0
%96
%2
%24

Triadic Colors of #c107be

#c107be #bec107 #07bec1

Analogous Colors of #c107be

#c107be #c10761 #6707c1

Monochromatic Colors of #c107be

#c107be

Complementary Color

#c107be #07c10a

#c107be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c107be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c107be Color CSS Codes

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

#c107be Text Font Color

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

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


#c107be Background Color

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

This div background color is #c107be


#c107be Border Color

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

This div border color is #c107be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c107be


Comments

No comments written yet.

Please login to write comment.