Color Hex Logo

#c742be Color Hex

#C742BE
(199,66,190)
0 Favorites   0 Comments

Color spaces of #c742be

RGB 19966190
HSL0.840.540.52
HSV304°67°78°
CMYK 0.000.670.05   0.22
XYZ34.795719.756250.6946
Yxy19.75620.33060.1877
Hunter Lab44.447961.9533-36.5090
CIE-Lab51.560466.4748-38.5280

#c742be color RGB value is (199,66,190).

#c742be hex color red value is 199, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c742be hue: 0.84 , saturation: 0.54 and the lightness value of c742be is 0.52.

The process color (four color CMYK) of #c742be color hex is 0.00, 0.67, 0.05, 0.22. Web safe color of #c742be is #cc33cc. Color #c742be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 10111110
Octal 307 102 276
Decimal 199 66 190
Hex C7 42 BE

RGB Percentages of Color #c742be

%43.74
%14.51
%41.76

CMYK Percentages of Color #c742be

%0
%67
%5
%22

Triadic Colors of #c742be

#c742be #bec742 #42bec7

Analogous Colors of #c742be

#c742be #c7427c #8e42c7

Monochromatic Colors of #c742be

#c742be

Complementary Color

#c742be #42c74b

#c742be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c742be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c742be Color CSS Codes

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

#c742be Text Font Color

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

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


#c742be Background Color

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

This div background color is #c742be


#c742be Border Color

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

This div border color is #c742be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c742be


Comments

No comments written yet.

Please login to write comment.