Color Hex Logo

#c238be Color Hex

#C238BE
(194,56,190)
0 Favorites   0 Comments

Color spaces of #c238be

RGB 19456190
HSL0.840.550.49
HSV302°71°76°
CMYK 0.000.710.02   0.24
XYZ32.956618.015450.4555
Yxy18.01540.32490.1776
Hunter Lab42.444664.3206-40.7692
CIE-Lab49.514868.8762-41.8109

#c238be color RGB value is (194,56,190).

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

The process color (four color CMYK) of #c238be color hex is 0.00, 0.71, 0.02, 0.24. Web safe color of #c238be is #cc33cc. Color #c238be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 10111110
Octal 302 70 276
Decimal 194 56 190
Hex C2 38 BE

RGB Percentages of Color #c238be

%44.09
%12.73
%43.18

CMYK Percentages of Color #c238be

%0
%71
%2
%24

Triadic Colors of #c238be

#c238be #bec238 #38bec2

Analogous Colors of #c238be

#c238be #c23879 #8138c2

Monochromatic Colors of #c238be

#c238be

Complementary Color

#c238be #38c23c

#c238be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c238be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c238be Color CSS Codes

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

#c238be Text Font Color

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

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


#c238be Background Color

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

This div background color is #c238be


#c238be Border Color

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

This div border color is #c238be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c238be


Comments

No comments written yet.

Please login to write comment.