Color Hex Logo

#c634be Color Hex

#C634BE
(198,52,190)
0 Favorites   0 Comments

Color spaces of #c634be

RGB 19852190
HSL0.840.580.49
HSV303°74°78°
CMYK 0.000.740.04   0.22
XYZ33.811018.179550.4421
Yxy18.17950.33010.1775
Hunter Lab42.637466.9330-40.2967
CIE-Lab49.713171.0311-41.4552

#c634be color RGB value is (198,52,190).

#c634be hex color red value is 198, green value is 52 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c634be hue: 0.84 , saturation: 0.58 and the lightness value of c634be is 0.49.

The process color (four color CMYK) of #c634be color hex is 0.00, 0.74, 0.04, 0.22. Web safe color of #c634be is #cc33cc. Color #c634be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 10111110
Octal 306 64 276
Decimal 198 52 190
Hex C6 34 BE

RGB Percentages of Color #c634be

%45.00
%11.82
%43.18

CMYK Percentages of Color #c634be

%0
%74
%4
%22

Triadic Colors of #c634be

#c634be #bec634 #34bec6

Analogous Colors of #c634be

#c634be #c63475 #8534c6

Monochromatic Colors of #c634be

#c634be

Complementary Color

#c634be #34c63c

#c634be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c634be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c634be Color CSS Codes

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

#c634be Text Font Color

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

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


#c634be Background Color

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

This div background color is #c634be


#c634be Border Color

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

This div border color is #c634be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c634be


Comments

No comments written yet.

Please login to write comment.