Color Hex Logo

#7138ca Color Hex

#7138CA
(113,56,202)
0 Favorites   0 Comments

Color spaces of #7138ca

RGB 11356202
HSL0.730.580.51
HSV263°72°79°
CMYK 0.440.720.00   0.21
XYZ18.884910.603356.9284
Yxy10.60330.21850.1227
Hunter Lab32.562746.5372-80.8610
CIE-Lab38.904155.1063-66.4590

#7138ca color RGB value is (113,56,202).

#7138ca hex color red value is 113, green value is 56 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7138ca hue: 0.73 , saturation: 0.58 and the lightness value of 7138ca is 0.51.

The process color (four color CMYK) of #7138ca color hex is 0.44, 0.72, 0.00, 0.21. Web safe color of #7138ca is #6633cc. Color #7138ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111000 11001010
Octal 161 70 312
Decimal 113 56 202
Hex 71 38 CA

RGB Percentages of Color #7138ca

%30.46
%15.09
%54.45

CMYK Percentages of Color #7138ca

%44
%72
%0
%21

Triadic Colors of #7138ca

#7138ca #ca7138 #38ca71

Analogous Colors of #7138ca

#7138ca #ba38ca #3848ca

Monochromatic Colors of #7138ca

#7138ca

Complementary Color

#7138ca #91ca38

#7138ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7138ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7138ca Color CSS Codes

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

#7138ca Text Font Color

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

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


#7138ca Background Color

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

This div background color is #7138ca


#7138ca Border Color

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

This div border color is #7138ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,56,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7138ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7138ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7138ca;
  box-shadow:         1px 1px 3px 2px #7138ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,56,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7138ca


Comments

No comments written yet.

Please login to write comment.